Blender  V3.3
Public Attributes | List of all members
TempLibraryContext Struct Reference

#include <BLO_readfile.h>

Public Attributes

struct Mainbmain_lib
 
struct Mainbmain_base
 
struct BlendHandleblendhandle
 
struct BlendFileReadReport bf_reports
 
struct LibraryLink_Params liblink_params
 
struct Librarylib
 
struct IDtemp_id
 

Detailed Description

Struct for temporarily loading datablocks from a blend file.

Definition at line 427 of file BLO_readfile.h.

Member Data Documentation

◆ bf_reports

struct BlendFileReadReport TempLibraryContext::bf_reports

Definition at line 432 of file BLO_readfile.h.

Referenced by BLO_library_temp_load_id().

◆ blendhandle

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

◆ bmain_base

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

◆ bmain_lib

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

◆ lib

struct Library* TempLibraryContext::lib

Definition at line 435 of file BLO_readfile.h.

◆ liblink_params

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

◆ temp_id

struct ID* TempLibraryContext::temp_id

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