|
Blender
V2.93
|
#include <BLO_readfile.h>
Public Attributes | |
| struct Main * | bmain_lib |
| struct Main * | bmain_base |
| struct BlendHandle * | blendhandle |
| struct LibraryLink_Params | liblink_params |
| struct Library * | lib |
| struct ID * | temp_id |
Struct for temporarily loading datablocks from a blend file.
Definition at line 228 of file BLO_readfile.h.
| struct BlendHandle* TempLibraryContext::blendhandle |
Definition at line 233 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 232 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 230 of file BLO_readfile.h.
Referenced by BLO_library_temp_free(), and BLO_library_temp_load_id().
| struct Library* TempLibraryContext::lib |
Definition at line 235 of file BLO_readfile.h.
| struct LibraryLink_Params TempLibraryContext::liblink_params |
Definition at line 233 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 238 of file BLO_readfile.h.
Referenced by BLO_library_temp_load_id().