Blender  V2.93
Public Attributes | List of all members
BlendFileData Struct Reference

#include <BLO_readfile.h>

Public Attributes

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

Detailed Description

Definition at line 69 of file BLO_readfile.h.

Member Data Documentation

◆ cur_view_layer

struct ViewLayer* BlendFileData::cur_view_layer

◆ curscene

struct Scene* BlendFileData::curscene

◆ curscreen

struct bScreen* BlendFileData::curscreen

Definition at line 77 of file BLO_readfile.h.

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

◆ fileflags

int BlendFileData::fileflags

◆ filename

char BlendFileData::filename[1024]

Definition at line 75 of file BLO_readfile.h.

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

◆ globalf

int BlendFileData::globalf

Definition at line 74 of file BLO_readfile.h.

Referenced by read_global(), and setup_app_data().

◆ main

struct Main* BlendFileData::main

◆ type

eBlenFileType BlendFileData::type

Definition at line 81 of file BLO_readfile.h.

Referenced by blo_read_file_internal().

◆ user

struct UserDef* BlendFileData::user

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