|
Blender V5.0
|
#include <BLO_readfile.hh>
Public Attributes | |
| Main * | bmain_base |
| BlendFileReadReport | bf_reports |
| ID * | temp_id |
Struct for temporarily loading datablocks from a blend file.
Definition at line 493 of file BLO_readfile.hh.
| BlendFileReadReport TempLibraryContext::bf_reports |
Definition at line 496 of file BLO_readfile.hh.
Referenced by BLO_library_temp_load_id().
| Main* TempLibraryContext::bmain_base |
Temporary main used to load data into (currently initialized from real_main).
Definition at line 495 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 499 of file BLO_readfile.hh.
Referenced by BLO_library_temp_load_id().