|
Blender V4.3
|
#include <cstdlib>#include "BLT_translation.hh"#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "DNA_asset_types.h"#include "DNA_defs.h"#include "DNA_space_types.h"#include "rna_internal.hh"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 (BlenderRNA *brna) |
| static void | rna_def_asset_representation (BlenderRNA *brna) |
| static void | rna_def_asset_catalog_path (BlenderRNA *brna) |
| static void | rna_def_asset_library_reference (BlenderRNA *brna) |
| PropertyRNA * | rna_def_asset_library_reference_common (StructRNA *srna, const char *get, const char *set) |
| static void | rna_def_asset_weak_reference (BlenderRNA *brna) |
| void | RNA_def_asset (BlenderRNA *brna) |
Variables | |
| const EnumPropertyItem | rna_enum_asset_library_type_items [] |
| void RNA_def_asset | ( | BlenderRNA * | brna | ) |
Definition at line 750 of file rna_asset.cc.
References rna_def_asset_catalog_path(), rna_def_asset_data(), rna_def_asset_handle(), rna_def_asset_library_reference(), rna_def_asset_representation(), rna_def_asset_tag(), rna_def_asset_weak_reference(), and RNA_define_animate_sdna().
|
static |
Definition at line 707 of file rna_asset.cc.
References RNA_def_struct(), and RNA_def_struct_ui_text().
Referenced by RNA_def_asset().
|
static |
Definition at line 531 of file rna_asset.cc.
References 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_path_func(), RNA_def_struct_ui_text(), and STRUCT_NO_DATABLOCK_IDPROPERTIES.
Referenced by RNA_def_asset().
|
static |
Definition at line 618 of file rna_asset.cc.
References PROP_EDITABLE, PROP_NONE, PROP_POINTER, 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().
|
static |
Definition at line 713 of file rna_asset.cc.
References RNA_def_struct(), and RNA_def_struct_ui_text().
Referenced by RNA_def_asset().
| PropertyRNA * rna_def_asset_library_reference_common | ( | StructRNA * | srna, |
| const char * | get, | ||
| const char * | set ) |
Definition at line 720 of file rna_asset.cc.
References PROP_ENUM, PROP_NONE, RNA_def_property(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), and rna_enum_asset_library_type_items.
Referenced by rna_def_asset_shelf(), rna_def_fileselect_asset_params(), and rna_def_workspace().
|
static |
Definition at line 638 of file rna_asset.cc.
References BLT_I18NCONTEXT_ID_ID, PROP_EDITABLE, PROP_ENUM, PROP_FILENAME, PROP_NONE, PROP_POINTER, PROP_STRING, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_pointer_funcs(), RNA_def_property_string_funcs(), RNA_def_property_struct_type(), RNA_def_property_translation_context(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_name_property(), RNA_def_struct_ui_text(), and rna_enum_id_type_items.
Referenced by RNA_def_asset().
|
static |
Definition at line 479 of file rna_asset.cc.
References MAX_NAME, 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(), RNA_def_struct_path_func(), and RNA_def_struct_ui_text().
Referenced by RNA_def_asset().
|
static |
Definition at line 495 of file rna_asset.cc.
References FUNC_USE_REPORTS, FUNC_USE_SELF_ID, MAX_NAME, 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().
|
static |
Definition at line 731 of file rna_asset.cc.
References PROP_EDITABLE, PROP_ENUM, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_enum_items(), RNA_def_struct(), RNA_def_struct_ui_text(), and rna_enum_asset_library_type_items.
Referenced by RNA_def_asset().
| const EnumPropertyItem rna_enum_asset_library_type_items[] |
Definition at line 22 of file rna_asset.cc.
Referenced by blender::ed::asset::library_reference_to_rna_enum_itemf(), blender::ed::asset::operator_asset_reference_props_register(), rna_def_asset_library_reference_common(), and rna_def_asset_weak_reference().