Blender
V3.3
|
#include <stdlib.h>
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "DNA_asset_types.h"
#include "DNA_defs.h"
#include "DNA_space_types.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) |
static void | rna_def_asset_handle_api (StructRNA *srna) |
static void | rna_def_asset_handle (BlenderRNA *brna) |
static void | rna_def_asset_library_reference (BlenderRNA *brna) |
PropertyRNA * | rna_def_asset_library_reference_common (struct StructRNA *srna, const char *get, const char *set) |
void | RNA_def_asset (BlenderRNA *brna) |
void RNA_def_asset | ( | BlenderRNA * | brna | ) |
Definition at line 493 of file rna_asset.c.
References rna_def_asset_data(), rna_def_asset_handle(), rna_def_asset_library_reference(), rna_def_asset_tag(), and RNA_define_animate_sdna().
|
static |
Definition at line 358 of file rna_asset.c.
References NULL, PROP_COLLECTION, PROP_CONTEXT_UPDATE, PROP_EDITABLE, PROP_INT, PROP_NONE, PROP_STRING, rna_def_asset_tags_api(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_editable_func(), 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_property_update(), 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 444 of file rna_asset.c.
References NULL, PROP_EDITABLE, PROP_HIDDEN, PROP_NONE, PROP_POINTER, rna_def_asset_handle_api(), RNA_def_property(), RNA_def_property_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_struct(), and RNA_def_struct_ui_text().
Referenced by RNA_def_asset().
Definition at line 420 of file rna_asset.c.
References FILE_MAX_LIBEXTRA, FUNC_NO_SELF, FUNC_USE_CONTEXT, NULL, PARM_REQUIRED, PROP_THICK_WRAP, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_output(), RNA_def_parameter_flags(), RNA_def_pointer(), and RNA_def_string().
Referenced by rna_def_asset_handle().
|
static |
Definition at line 475 of file rna_asset.c.
References NULL, RNA_def_struct(), and RNA_def_struct_ui_text().
Referenced by RNA_def_asset().
PropertyRNA* rna_def_asset_library_reference_common | ( | struct StructRNA * | srna, |
const char * | get, | ||
const char * | set | ||
) |
Definition at line 482 of file rna_asset.c.
References DummyRNA_NULL_items, PROP_ENUM, PROP_NONE, RNA_def_property(), RNA_def_property_enum_funcs(), and RNA_def_property_enum_items().
Referenced by rna_def_fileselect_asset_params(), and rna_def_workspace().
|
static |
Definition at line 307 of file rna_asset.c.
References MAX_NAME, NULL, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_editable_func(), 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 322 of file rna_asset.c.
References FUNC_USE_REPORTS, FUNC_USE_SELF_ID, 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().