|
Blender
V2.93
|
#include <stdlib.h>#include "RNA_access.h"#include "RNA_define.h"#include "RNA_enum_types.h"#include "rna_internal.h"#include "DNA_customdata_types.h"#include "DNA_hair_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_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) |
Variables | |
| const EnumPropertyItem | rna_enum_attribute_type_items [] |
| const EnumPropertyItem | rna_enum_attribute_domain_items [] |
| const EnumPropertyItem | rna_enum_attribute_domain_with_auto_items [] |
|
static |
Definition at line 646 of file rna_attribute.c.
References NULL, 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_string(), RNA_def_property(), 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 765 of file rna_attribute.c.
References rna_def_attribute(), and rna_def_attribute_group().
|
static |
Definition at line 583 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 486 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 385 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 611 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 451 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 415 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 689 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 525 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 554 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().
| void rna_def_attributes_common | ( | StructRNA * | srna | ) |
Definition at line 745 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_hair(), rna_def_mesh(), and rna_def_pointcloud().
| const EnumPropertyItem rna_enum_attribute_domain_items[] |
Definition at line 52 of file rna_attribute.c.
Referenced by attribute_domain_string(), GEOMETRY_OT_attribute_add(), rna_def_attribute(), rna_def_attribute_group(), and rna_def_space_spreadsheet().
| const EnumPropertyItem rna_enum_attribute_domain_with_auto_items[] |
Definition at line 65 of file rna_attribute.c.
Referenced by def_geo_attribute_convert(), and def_geo_attribute_fill().
| const EnumPropertyItem rna_enum_attribute_type_items[] |
Definition at line 40 of file rna_attribute.c.
Referenced by attribute_data_type_string(), def_geo_attribute_clamp(), def_geo_attribute_convert(), def_geo_attribute_fill(), def_geo_attribute_map_range(), def_geo_attribute_randomize(), GEOMETRY_OT_attribute_add(), rna_def_attribute(), and rna_def_attribute_group().