|
Blender V4.3
|
#include <cstdlib>#include "BLO_readfile.hh"#include "DNA_space_types.h"#include "BKE_blendfile_link_append.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "rna_internal.hh"Go to the source code of this file.
Functions | |
| static void | rna_def_blendfile_import_library (BlenderRNA *brna) |
| static void | RNA_def_blendfile_import_libraries (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_blendfile_import_item (BlenderRNA *brna) |
| static void | rna_def_blendfile_import_items (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_blendfile_import_context (BlenderRNA *brna) |
| void | RNA_def_blendfile_import (BlenderRNA *brna) |
| void RNA_def_blendfile_import | ( | BlenderRNA * | brna | ) |
Definition at line 549 of file rna_blendfile_import.cc.
References rna_def_blendfile_import_context(), rna_def_blendfile_import_item(), and rna_def_blendfile_import_library().
|
static |
Definition at line 430 of file rna_blendfile_import.cc.
References BLO_LIBLINK_APPEND_ASSET_DATA_CLEAR, BLO_LIBLINK_APPEND_LOCAL_ID_REUSE, BLO_LIBLINK_APPEND_RECURSIVE, BLO_LIBLINK_APPEND_SET_FAKEUSER, BLO_LIBLINK_COLLECTION_INSTANCE, BLO_LIBLINK_FORCE_INDIRECT, BLO_LIBLINK_OBDATA_INSTANCE, BLO_LIBLINK_USE_PLACEHOLDERS, BlendfileLinkAppendContext::Done, FILE_ACTIVE_COLLECTION, FILE_AUTOSELECT, FILE_LINK, FILE_RELPATH, BlendfileLinkAppendContext::Init, int, PROP_COLLECTION, PROP_EDITABLE, PROP_ENUM, PROP_ENUM_FLAG, PROP_NONE, rna_def_blendfile_import_items(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_collection_funcs(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_flag(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_ui_text(), and RNA_define_verify_sdna().
Referenced by RNA_def_blendfile_import().
|
static |
Definition at line 273 of file rna_blendfile_import.cc.
References LINK_APPEND_ACT_COPY_LOCAL, LINK_APPEND_ACT_KEEP_LINKED, LINK_APPEND_ACT_MAKE_LOCAL, LINK_APPEND_ACT_REUSE_LOCAL, LINK_APPEND_ACT_UNSET, LINK_APPEND_TAG_INDIRECT, LINK_APPEND_TAG_LIBOVERRIDE_DEPENDENCY, LINK_APPEND_TAG_LIBOVERRIDE_DEPENDENCY_ONLY, PROP_COLLECTION, PROP_EDITABLE, PROP_ENUM, PROP_ENUM_FLAG, PROP_NONE, PROP_POINTER, PROP_STRING, RNA_def_blendfile_import_libraries(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_collection_funcs(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_string_funcs(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_ui_text(), RNA_define_verify_sdna(), and rna_enum_id_type_items.
Referenced by RNA_def_blendfile_import().
|
static |
Definition at line 418 of file rna_blendfile_import.cc.
References RNA_def_property_srna(), RNA_def_struct(), and RNA_def_struct_ui_text().
Referenced by rna_def_blendfile_import_context().
|
static |
Definition at line 262 of file rna_blendfile_import.cc.
References RNA_def_property_srna(), RNA_def_struct(), and RNA_def_struct_ui_text().
Referenced by rna_def_blendfile_import_item().
|
static |
Definition at line 238 of file rna_blendfile_import.cc.
References PROP_EDITABLE, PROP_FILEPATH, PROP_STRING, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_string_funcs(), RNA_def_struct(), RNA_def_struct_ui_text(), and RNA_define_verify_sdna().
Referenced by RNA_def_blendfile_import().