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

#include <DNA_fileglobal_types.h>

Public Attributes

char subvstr [4]
 
short subversion
 
short minversion
 
short minsubversion
 
char _pad [6]
 
struct bScreencurscreen
 
struct Scenecurscene
 
struct ViewLayercur_view_layer
 
void_pad1
 
int fileflags
 
int globalf
 
uint64_t build_commit_timestamp
 
char build_hash [16]
 
char filepath [1024]
 

Detailed Description

FileGlobal stores a part of the current user-interface settings at the moment of saving, and the file-specific settings.

Definition at line 18 of file DNA_fileglobal_types.h.

Member Data Documentation

◆ _pad

char FileGlobal::_pad[6]

Definition at line 24 of file DNA_fileglobal_types.h.

Referenced by write_global().

◆ _pad1

void* FileGlobal::_pad1

Definition at line 28 of file DNA_fileglobal_types.h.

Referenced by write_global().

◆ build_commit_timestamp

uint64_t FileGlobal::build_commit_timestamp

Commit timestamp from buildinfo.

Definition at line 33 of file DNA_fileglobal_types.h.

Referenced by read_global(), and write_global().

◆ build_hash

char FileGlobal::build_hash[16]

Hash from buildinfo.

Definition at line 35 of file DNA_fileglobal_types.h.

Referenced by read_global(), and write_global().

◆ cur_view_layer

struct ViewLayer* FileGlobal::cur_view_layer

Definition at line 27 of file DNA_fileglobal_types.h.

Referenced by read_global(), and write_global().

◆ curscene

struct Scene* FileGlobal::curscene

Definition at line 26 of file DNA_fileglobal_types.h.

Referenced by read_global(), and write_global().

◆ curscreen

struct bScreen* FileGlobal::curscreen

Definition at line 25 of file DNA_fileglobal_types.h.

Referenced by read_global(), and write_global().

◆ fileflags

int FileGlobal::fileflags

Definition at line 30 of file DNA_fileglobal_types.h.

Referenced by read_global(), and write_global().

◆ filepath

char FileGlobal::filepath[1024]

File path where this was saved, for recover (1024 = FILE_MAX).

Definition at line 37 of file DNA_fileglobal_types.h.

Referenced by read_global(), and write_global().

◆ globalf

int FileGlobal::globalf

Definition at line 31 of file DNA_fileglobal_types.h.

Referenced by read_global(), and write_global().

◆ minsubversion

short FileGlobal::minsubversion

◆ minversion

short FileGlobal::minversion

◆ subversion

short FileGlobal::subversion

◆ subvstr

char FileGlobal::subvstr[4]

Needs to be here, for human file-format recognition (keep first!).

Definition at line 20 of file DNA_fileglobal_types.h.

Referenced by read_file_dna(), and write_global().


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