|
Blender V4.3
|
#include <cstdlib>#include "DNA_curve_types.h"#include "DNA_key_types.h"#include "DNA_lattice_types.h"#include "DNA_meshdata_types.h"#include "DNA_object_types.h"#include "BLI_utildefines.h"#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "rna_internal.hh"Go to the source code of this file.
Functions | |
| static void | rna_def_latticepoint (BlenderRNA *brna) |
| static void | rna_def_lattice (BlenderRNA *brna) |
| void | RNA_def_lattice (BlenderRNA *brna) |
| void RNA_def_lattice | ( | BlenderRNA * | brna | ) |
Definition at line 406 of file rna_lattice.cc.
References rna_def_lattice(), and rna_def_latticepoint().
|
static |
Definition at line 304 of file rna_lattice.cc.
References LT_OUTSIDE, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_EDITABLE, PROP_ENUM, PROP_INT, PROP_NONE, PROP_POINTER, PROP_PTR_NO_OWNERSHIP, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_api_lattice(), rna_def_animdata_common(), RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_funcs(), RNA_def_property_editable_func(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), and rna_enum_keyblock_type_items.
Referenced by RNA_def_lattice().
|
static |
Definition at line 253 of file rna_lattice.cc.
References PROP_BOOLEAN, PROP_COLLECTION, PROP_EDITABLE, PROP_FLOAT, PROP_NONE, PROP_TRANSLATION, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_funcs(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_range(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), and SELECT.
Referenced by RNA_def_lattice().