Blender V4.3
BlendFileData Struct Reference

#include <BLO_readfile.hh>

Public Attributes

Mainmain
 
UserDefuser
 
int fileflags
 
int globalf
 
char filepath [1024]
 
bScreencurscreen
 
Scenecurscene
 
ViewLayercur_view_layer
 
eBlenFileType type
 

Detailed Description

Definition at line 54 of file BLO_readfile.hh.

Member Data Documentation

◆ cur_view_layer

◆ curscene

◆ curscreen

bScreen* BlendFileData::curscreen

TODO: think this isn't needed anymore?

Definition at line 68 of file BLO_readfile.hh.

Referenced by link_global(), read_global(), and setup_app_data().

◆ fileflags

int BlendFileData::fileflags

Definition at line 58 of file BLO_readfile.hh.

Referenced by load_main_from_memory(), read_global(), and setup_app_data().

◆ filepath

char BlendFileData::filepath[1024]

Typically the actual filepath of the read blend-file, except when recovering save-on-exit/autosave files. In the latter case, it will be the path of the file that generated the auto-saved one being recovered.

NOTE: Currently expected to be the same path as BlendFileData.filepath.

Definition at line 65 of file BLO_readfile.hh.

Referenced by blo_read_file_internal(), read_global(), and setup_app_data().

◆ globalf

int BlendFileData::globalf

Definition at line 59 of file BLO_readfile.hh.

Referenced by read_global(), and setup_app_data().

◆ main

◆ type

eBlenFileType BlendFileData::type

Definition at line 73 of file BLO_readfile.hh.

Referenced by blo_read_file_internal().

◆ user


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