Blender
V3.3
|
#include <stdlib.h>
#include "RNA_access.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "rna_internal.h"
#include "DNA_curves_types.h"
#include "DNA_customdata_types.h"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "DNA_pointcloud_types.h"
#include "BKE_attribute.h"
#include "BKE_customdata.h"
#include "WM_types.h"
Go to the source code of this file.
Functions | |
static void | rna_def_attribute_float (BlenderRNA *brna) |
static void | rna_def_attribute_float_vector (BlenderRNA *brna) |
static void | rna_def_attribute_float_color (BlenderRNA *brna) |
static void | rna_def_attribute_byte_color (BlenderRNA *brna) |
static void | rna_def_attribute_int (BlenderRNA *brna) |
static void | rna_def_attribute_string (BlenderRNA *brna) |
static void | rna_def_attribute_bool (BlenderRNA *brna) |
static void | rna_def_attribute_int8 (BlenderRNA *brna) |
static void | rna_def_attribute_float2 (BlenderRNA *brna) |
static void | rna_def_attribute (BlenderRNA *brna) |
static void | rna_def_attribute_group (BlenderRNA *brna) |
void | rna_def_attributes_common (StructRNA *srna) |
void | RNA_def_attribute (BlenderRNA *brna) |
|
static |
Definition at line 914 of file rna_attribute.c.
References NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_ENUM, PROP_NONE, PROP_STRING, rna_def_attribute_bool(), rna_def_attribute_byte_color(), rna_def_attribute_float(), rna_def_attribute_float2(), rna_def_attribute_float_color(), rna_def_attribute_float_vector(), rna_def_attribute_int(), rna_def_attribute_int8(), rna_def_attribute_string(), RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_clear_flag(), RNA_def_property_editable_func(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_string_funcs(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_name_property(), RNA_def_struct_path_func(), RNA_def_struct_refine_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_attribute_domain_items, and rna_enum_attribute_type_items.
Referenced by RNA_def_attribute().
void RNA_def_attribute | ( | BlenderRNA * | brna | ) |
Definition at line 1089 of file rna_attribute.c.
References rna_def_attribute(), and rna_def_attribute_group().
|
static |
Definition at line 820 of file rna_attribute.c.
References NULL, PROP_BOOLEAN, PROP_COLLECTION, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_funcs(), RNA_def_property_struct_type(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_attribute().
|
static |
Definition at line 720 of file rna_attribute.c.
References NULL, PROP_COLLECTION, PROP_COLOR, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_array(), RNA_def_property_collection_funcs(), RNA_def_property_float_funcs(), RNA_def_property_range(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_attribute().
|
static |
Definition at line 616 of file rna_attribute.c.
References NULL, PROP_COLLECTION, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_collection_funcs(), RNA_def_property_float_sdna(), RNA_def_property_struct_type(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_attribute().
|
static |
Definition at line 879 of file rna_attribute.c.
References NULL, PROP_COLLECTION, PROP_DIRECTION, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_array(), RNA_def_property_collection_funcs(), RNA_def_property_float_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_attribute().
|
static |
Definition at line 683 of file rna_attribute.c.
References NULL, PROP_COLLECTION, PROP_COLOR, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_array(), RNA_def_property_collection_funcs(), RNA_def_property_float_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_attribute().
|
static |
Definition at line 647 of file rna_attribute.c.
References NULL, PROP_COLLECTION, PROP_DIRECTION, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_array(), RNA_def_property_collection_funcs(), RNA_def_property_float_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_attribute().
|
static |
Definition at line 964 of file rna_attribute.c.
References ATTR_DOMAIN_POINT, CD_PROP_FLOAT, FUNC_USE_REPORTS, NULL, PARM_REQUIRED, PARM_RNAPTR, PROP_ANIMATABLE, PROP_EDITABLE, PROP_INT, PROP_NEVER_NULL, PROP_NEVER_UNLINK, PROP_NONE, PROP_POINTER, PROP_THICK_WRAP, RNA_def_enum(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_clear_flags(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_flag(), RNA_def_property_int_funcs(), RNA_def_property_pointer_funcs(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_attribute_domain_items, and rna_enum_attribute_type_items.
Referenced by RNA_def_attribute().
|
static |
Definition at line 761 of file rna_attribute.c.
References NULL, PROP_COLLECTION, PROP_INT, PROP_NONE, RNA_def_property(), RNA_def_property_collection_funcs(), RNA_def_property_int_sdna(), RNA_def_property_struct_type(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_attribute().
|
static |
Definition at line 848 of file rna_attribute.c.
References NULL, PROP_COLLECTION, PROP_INT, PROP_NONE, RNA_def_property(), RNA_def_property_collection_funcs(), RNA_def_property_int_funcs(), RNA_def_property_struct_type(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_attribute().
|
static |
Definition at line 791 of file rna_attribute.c.
References NULL, PROP_COLLECTION, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_collection_funcs(), RNA_def_property_string_sdna(), RNA_def_property_struct_type(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_attribute().
Definition at line 1055 of file rna_attribute.c.
References NULL, PROP_COLLECTION, PROP_NONE, RNA_def_property(), RNA_def_property_collection_funcs(), RNA_def_property_srna(), RNA_def_property_struct_type(), and RNA_def_property_ui_text().
Referenced by rna_def_curves(), rna_def_mesh(), and rna_def_pointcloud().
const EnumPropertyItem rna_enum_attribute_curves_domain_items[] |
Definition at line 109 of file rna_attribute.c.
Referenced by blender::ed::curves::CURVES_OT_set_selection_domain(), and rna_def_curves().
const EnumPropertyItem rna_enum_attribute_domain_items[] |
Definition at line 70 of file rna_attribute.c.
Referenced by blender::ui::attribute_domain_string(), def_geo_accumulate_field(), def_geo_attribute_capture(), def_geo_attribute_statistic(), def_geo_field_at_index(), def_geo_interpolate_domain(), def_geo_store_named_attribute(), def_geo_transfer_attribute(), blender::ed::geometry::GEOMETRY_OT_attribute_add(), blender::ed::geometry::GEOMETRY_OT_attribute_convert(), blender::nodes::node_geo_store_named_attribute_cc::node_geo_exec(), rna_def_attribute(), rna_def_attribute_group(), rna_def_node_socket_interface(), and rna_def_space_spreadsheet().
const EnumPropertyItem rna_enum_attribute_domain_with_auto_items[] |
Definition at line 93 of file rna_attribute.c.
const EnumPropertyItem rna_enum_attribute_domain_without_corner_items[] |
Definition at line 84 of file rna_attribute.c.
Referenced by def_geo_delete_geometry(), and def_geo_separate_geometry().
const EnumPropertyItem rna_enum_attribute_type_items[] |
Definition at line 26 of file rna_attribute.c.
Referenced by blender::ui::attribute_data_type_string(), def_fn_random_value(), def_geo_accumulate_field(), def_geo_attribute_capture(), def_geo_attribute_statistic(), def_geo_field_at_index(), def_geo_input_named_attribute(), def_geo_interpolate_domain(), def_geo_raycast(), def_geo_store_named_attribute(), def_geo_transfer_attribute(), def_geo_viewer(), blender::ed::geometry::GEOMETRY_OT_attribute_add(), blender::ed::geometry::GEOMETRY_OT_attribute_convert(), blender::nodes::node_geo_store_named_attribute_cc::node_geo_exec(), rna_def_attribute(), and rna_def_attribute_group().
const EnumPropertyItem rna_enum_attribute_type_with_auto_items[] |
Definition at line 52 of file rna_attribute.c.
const EnumPropertyItem rna_enum_color_attribute_domain_items[] |
Definition at line 104 of file rna_attribute.c.
Referenced by blender::ed::geometry::GEOMETRY_OT_color_attribute_add().
const EnumPropertyItem rna_enum_color_attribute_type_items[] |
Definition at line 43 of file rna_attribute.c.
Referenced by blender::ed::geometry::GEOMETRY_OT_color_attribute_add().