|
Blender V4.3
|
#include "RNA_access.hh"#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "rna_internal.hh"#include "WM_types.hh"#include "usd.hh"Go to the source code of this file.
Functions | |
| static void | rna_def_usd_hook (BlenderRNA *brna) |
| void | RNA_def_usd (BlenderRNA *brna) |
| void RNA_def_usd | ( | BlenderRNA * | brna | ) |
Definition at line 161 of file rna_usd.cc.
References rna_def_usd_hook().
|
static |
Definition at line 126 of file rna_usd.cc.
References PROP_NONE, PROP_REGISTER, PROP_REGISTER_OPTIONAL, PROP_STRING, RNA_def_property(), RNA_def_property_flag(), RNA_def_property_string_maxlength(), RNA_def_property_string_sdna(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_name_property(), RNA_def_struct_refine_func(), RNA_def_struct_register_funcs(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), RNA_define_verify_sdna(), and RNA_DYN_DESCR_MAX.
Referenced by RNA_def_usd().