Blender
V3.3
|
#include "DNA_cachefile_types.h"
#include "DNA_scene_types.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "rna_internal.h"
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.c.
References NULL, PROP_NONE, PROP_STRING, RNA_def_property(), 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().
|
static |
Definition at line 236 of file rna_cachefile.c.
References MAXFRAME, NULL, 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_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().
void RNA_def_cachefile | ( | BlenderRNA * | brna | ) |
Definition at line 394 of file rna_cachefile.c.
References rna_def_alembic_object_path(), rna_def_cachefile(), and rna_def_cachefile_layer().
|
static |
Definition at line 181 of file rna_cachefile.c.
References CACHEFILE_LAYER_HIDDEN, NULL, 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 202 of file rna_cachefile.c.
References FUNC_USE_CONTEXT, FUNC_USE_REPORTS, NULL, 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 173 of file rna_cachefile.c.
References NULL, 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 17 of file rna_cachefile.c.
Referenced by rna_def_cachefile(), and rna_def_volume().