|
Blender V4.3
|
#include <BLO_readfile.hh>
Public Attributes | |
| Main * | bmain_lib |
| Main * | bmain_base |
| BlendHandle * | blendhandle |
| BlendFileReadReport | bf_reports |
| LibraryLink_Params | liblink_params |
| Library * | lib |
| ID * | temp_id |
Struct for temporarily loading datablocks from a blend file.
Definition at line 462 of file BLO_readfile.hh.
| BlendFileReadReport TempLibraryContext::bf_reports |
Definition at line 468 of file BLO_readfile.hh.
Referenced by BLO_library_temp_load_id().
| BlendHandle* TempLibraryContext::blendhandle |
Definition at line 467 of file BLO_readfile.hh.
Referenced by BLO_library_temp_free(), and BLO_library_temp_load_id().
| Main* TempLibraryContext::bmain_base |
Temporary main used to load data into (currently initialized from real_main).
Definition at line 466 of file BLO_readfile.hh.
Referenced by BLO_library_temp_free(), and BLO_library_temp_load_id().
| Main* TempLibraryContext::bmain_lib |
Temporary main used for library data.
Definition at line 464 of file BLO_readfile.hh.
Referenced by BLO_library_temp_free(), and BLO_library_temp_load_id().
| Library* TempLibraryContext::lib |
Definition at line 470 of file BLO_readfile.hh.
| LibraryLink_Params TempLibraryContext::liblink_params |
Definition at line 469 of file BLO_readfile.hh.
Referenced by BLO_library_temp_free(), and BLO_library_temp_load_id().
| ID* TempLibraryContext::temp_id |
The ID datablock that was loaded. Is NULL if loading failed.
Definition at line 473 of file BLO_readfile.hh.
Referenced by BLO_library_temp_load_id(), and blender::ed::asset::AssetTemporaryIDConsumer::import_id().