Blender
V3.3
|
#include <BLO_readfile.h>
Public Attributes | |
struct Main * | bmain_lib |
struct Main * | bmain_base |
struct BlendHandle * | blendhandle |
struct BlendFileReadReport | bf_reports |
struct LibraryLink_Params | liblink_params |
struct Library * | lib |
struct ID * | temp_id |
Struct for temporarily loading datablocks from a blend file.
Definition at line 427 of file BLO_readfile.h.
struct BlendFileReadReport TempLibraryContext::bf_reports |
Definition at line 432 of file BLO_readfile.h.
Referenced by BLO_library_temp_load_id().
struct BlendHandle* TempLibraryContext::blendhandle |
Definition at line 432 of file BLO_readfile.h.
Referenced by BLO_library_temp_free(), and BLO_library_temp_load_id().
struct Main* TempLibraryContext::bmain_base |
Temporary main used to load data into (currently initialized from real_main
).
Definition at line 431 of file BLO_readfile.h.
Referenced by BLO_library_temp_free(), and BLO_library_temp_load_id().
struct Main* TempLibraryContext::bmain_lib |
Temporary main used for library data.
Definition at line 429 of file BLO_readfile.h.
Referenced by BLO_library_temp_free(), and BLO_library_temp_load_id().
struct Library* TempLibraryContext::lib |
Definition at line 435 of file BLO_readfile.h.
struct LibraryLink_Params TempLibraryContext::liblink_params |
Definition at line 432 of file BLO_readfile.h.
Referenced by BLO_library_temp_free(), and BLO_library_temp_load_id().
struct ID* TempLibraryContext::temp_id |
Definition at line 438 of file BLO_readfile.h.
Referenced by BLO_library_temp_load_id(), and AssetTemporaryIDConsumer::import_id().