|
Blender
V2.93
|
#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 (BlenderRNA *brna) |
| void | RNA_def_cachefile (BlenderRNA *brna) |
|
static |
Definition at line 65 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 90 of file rna_cachefile.c.
References CACHEFILE_VELOCITY_UNIT_FRAME, CACHEFILE_VELOCITY_UNIT_SECOND, MAXFRAME, NULL, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_ENUM, PROP_FILEPATH, PROP_FLOAT, PROP_NONE, PROP_STRING, rna_def_animdata_common(), 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_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(), and rna_enum_object_axis_items.
Referenced by RNA_def_cachefile().
| void RNA_def_cachefile | ( | BlenderRNA * | brna | ) |
Definition at line 210 of file rna_cachefile.c.
References rna_def_alembic_object_path(), and rna_def_cachefile().
|
static |
Definition at line 82 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().