|
Blender V4.3
|
#include "DNA_cachefile_types.h"#include "DNA_scene_types.h"#include "BLT_translation.hh"#include "RNA_access.hh"#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_alembic_object_path (BlenderRNA *brna) |
| static void | rna_def_cachefile_object_paths (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_cachefile_layer (BlenderRNA *brna) |
| static void | rna_def_cachefile_layers (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_cachefile (BlenderRNA *brna) |
| void | RNA_def_cachefile (BlenderRNA *brna) |
Variables | |
| const EnumPropertyItem | rna_enum_velocity_unit_items [] |
|
static |
Definition at line 156 of file rna_cachefile.cc.
References BLT_I18NCONTEXT_EDITOR_FILEBROWSER, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_translation_context(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_name_property(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), and RNA_define_lib_overridable().
Referenced by RNA_def_cachefile().
| void RNA_def_cachefile | ( | BlenderRNA * | brna | ) |
Definition at line 396 of file rna_cachefile.cc.
References rna_def_alembic_object_path(), rna_def_cachefile(), and rna_def_cachefile_layer().
|
static |
Definition at line 237 of file rna_cachefile.cc.
References BLT_I18NCONTEXT_UNIT, MAXFRAME, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_ENUM, PROP_FILEPATH, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_STRING, PROP_UNSIGNED, PROPOVERRIDE_OVERRIDABLE_LIBRARY, rna_def_animdata_common(), rna_def_cachefile_layers(), rna_def_cachefile_object_paths(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_sdna(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_override_clear_flag(), RNA_def_property_range(), RNA_def_property_srna(), RNA_def_property_struct_type(), RNA_def_property_translation_context(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), RNA_define_lib_overridable(), rna_enum_object_axis_items, and rna_enum_velocity_unit_items.
Referenced by RNA_def_cachefile().
|
static |
Definition at line 182 of file rna_cachefile.cc.
References CACHEFILE_LAYER_HIDDEN, PROP_BOOLEAN, PROP_FILEPATH, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_ui_icon(), 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_cachefile().
|
static |
Definition at line 203 of file rna_cachefile.cc.
References FUNC_USE_CONTEXT, FUNC_USE_REPORTS, PARM_REQUIRED, PARM_RNAPTR, PROP_EDITABLE, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_THICK_WRAP, 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_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_srna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_cachefile().
|
static |
Definition at line 174 of file rna_cachefile.cc.
References RNA_def_property_srna(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_cachefile().
| const EnumPropertyItem rna_enum_velocity_unit_items[] |
Definition at line 20 of file rna_cachefile.cc.
Referenced by rna_def_cachefile(), and rna_def_volume().