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

#include <BLO_readfile.h>

Public Attributes

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

Detailed Description

Definition at line 55 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 63 of file BLO_readfile.h.

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

◆ fileflags

int BlendFileData::fileflags

◆ filepath

char BlendFileData::filepath[1024]

◆ globalf

int BlendFileData::globalf

Definition at line 60 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 67 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: