|
Blender V4.3
|
#include <cstdlib>#include "DNA_ID.h"#include "DNA_curve_types.h"#include "DNA_key_types.h"#include "DNA_lattice_types.h"#include "DNA_mesh_types.h"#include "DNA_scene_types.h"#include "BLI_math_rotation.h"#include "BLI_utildefines.h"#include "BLT_translation.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "MEM_guardedalloc.h"#include "rna_internal.hh"Go to the source code of this file.
Functions | |
| static void | rna_def_keydata (BlenderRNA *brna) |
| static void | rna_def_keyblock (BlenderRNA *brna) |
| static void | rna_def_key (BlenderRNA *brna) |
| void | RNA_def_key (BlenderRNA *brna) |
Variables | |
| const EnumPropertyItem | rna_enum_keyblock_type_items [] |
| static const float | tilt_limit = DEG2RADF(21600.0f) |
| void RNA_def_key | ( | BlenderRNA * | brna | ) |
Definition at line 1146 of file rna_key.cc.
References rna_def_key(), rna_def_keyblock(), and rna_def_keydata().
|
static |
Definition at line 1099 of file rna_key.cc.
References KEY_RELATIVE, MAXFRAME, MINFRAME, PROP_BOOLEAN, PROP_COLLECTION, PROP_EDITABLE, PROP_FLOAT, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROPOVERRIDE_NO_COMPARISON, PROPOVERRIDE_OVERRIDABLE_LIBRARY, rna_def_animdata_common(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_sdna(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_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_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_key().
|
static |
Definition at line 945 of file rna_key.cc.
References FUNC_USE_SELF_ID, KEYBLOCK_LOCKED_SHAPE, KEYBLOCK_MUTE, PARM_OUTPUT, PROP_BOOLEAN, PROP_COLLECTION, PROP_DYNAMIC, PROP_EDITABLE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_PTR_NO_OWNERSHIP, PROP_STRING, PROP_TIME, PROPOVERRIDE_IGNORE, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_dynamic_array_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_default(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_multi_array(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_icon(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_name_property(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), and rna_enum_keyblock_type_items.
Referenced by RNA_def_key().
|
static |
Definition at line 856 of file rna_key.cc.
References FLT_MAX, PROP_ANGLE, PROP_FLOAT, PROP_NONE, PROP_TRANSLATION, RNA_def_property(), RNA_def_property_array(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_range(), RNA_def_property_ui_range(), 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 tilt_limit.
Referenced by RNA_def_key().
| const EnumPropertyItem rna_enum_keyblock_type_items[] |
Definition at line 31 of file rna_key.cc.
Referenced by rna_def_keyblock(), and rna_def_lattice().
Definition at line 854 of file rna_key.cc.
Referenced by rna_def_keydata().