Blender V5.0
TempLibraryContext Struct Reference

#include <BLO_readfile.hh>

Public Attributes

Mainbmain_base
BlendFileReadReport bf_reports
IDtemp_id

Detailed Description

Struct for temporarily loading datablocks from a blend file.

Definition at line 493 of file BLO_readfile.hh.

Member Data Documentation

◆ bf_reports

BlendFileReadReport TempLibraryContext::bf_reports

Definition at line 496 of file BLO_readfile.hh.

Referenced by BLO_library_temp_load_id().

◆ bmain_base

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().

◆ temp_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().


The documentation for this struct was generated from the following file: