|
Blender
V2.93
|
#include <stdlib.h>#include "RNA_define.h"#include "RNA_enum_types.h"#include "DNA_asset_types.h"#include "DNA_defs.h"#include "rna_internal.h"Go to the source code of this file.
Functions | |
| static void | rna_def_asset_tag (BlenderRNA *brna) |
| static void | rna_def_asset_tags_api (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_asset_data (BlenderRNA *brna) |
| void | RNA_def_asset (BlenderRNA *brna) |
| void RNA_def_asset | ( | BlenderRNA * | brna | ) |
Definition at line 218 of file rna_asset.c.
References rna_def_asset_data(), rna_def_asset_tag(), and RNA_define_animate_sdna().
|
static |
Definition at line 184 of file rna_asset.c.
References NULL, PROP_COLLECTION, PROP_EDITABLE, PROP_INT, PROP_NONE, PROP_STRING, rna_def_asset_tags_api(), RNA_def_property(), RNA_def_property_flag(), RNA_def_property_int_funcs(), RNA_def_property_string_funcs(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_flag(), RNA_def_struct_idprops_func(), RNA_def_struct_ui_text(), and STRUCT_NO_DATABLOCK_IDPROPERTIES.
Referenced by RNA_def_asset().
|
static |
Definition at line 134 of file rna_asset.c.
References MAX_NAME, NULL, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_string_maxlength(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_name_property(), and RNA_def_struct_ui_text().
Referenced by RNA_def_asset().
|
static |
Definition at line 148 of file rna_asset.c.
References FUNC_USE_REPORTS, MAX_NAME, NULL, PARM_REQUIRED, PARM_RNAPTR, PROP_NEVER_NULL, PROP_THICK_WRAP, RNA_def_boolean(), 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_srna(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_asset_data().