|
Blender V4.3
|
#include <DNA_fileglobal_types.h>
Public Attributes | |
| char | subvstr [4] |
| short | subversion |
| short | minversion |
| short | minsubversion |
| char | _pad [6] |
| struct bScreen * | curscreen |
| struct Scene * | curscene |
| struct ViewLayer * | cur_view_layer |
| void * | _pad1 |
| int | fileflags |
| int | globalf |
| uint64_t | build_commit_timestamp |
| char | build_hash [16] |
| char | filepath [1024] |
FileGlobal stores a part of the current user-interface settings at the moment of saving, and the file-specific settings.
Definition at line 15 of file DNA_fileglobal_types.h.
| char FileGlobal::_pad[6] |
Definition at line 21 of file DNA_fileglobal_types.h.
Referenced by write_global().
| void* FileGlobal::_pad1 |
Definition at line 25 of file DNA_fileglobal_types.h.
Referenced by write_global().
| uint64_t FileGlobal::build_commit_timestamp |
Commit timestamp from buildinfo.
Definition at line 30 of file DNA_fileglobal_types.h.
Referenced by read_global(), and write_global().
| char FileGlobal::build_hash[16] |
Hash from buildinfo.
Definition at line 32 of file DNA_fileglobal_types.h.
Referenced by read_global(), and write_global().
| struct ViewLayer* FileGlobal::cur_view_layer |
Definition at line 24 of file DNA_fileglobal_types.h.
Referenced by read_global(), and write_global().
| struct Scene* FileGlobal::curscene |
Definition at line 23 of file DNA_fileglobal_types.h.
Referenced by read_global(), and write_global().
| struct bScreen* FileGlobal::curscreen |
Definition at line 22 of file DNA_fileglobal_types.h.
Referenced by read_global(), and write_global().
| int FileGlobal::fileflags |
Definition at line 27 of file DNA_fileglobal_types.h.
Referenced by read_file_version(), read_global(), and write_global().
| char FileGlobal::filepath[1024] |
File path where this was saved, for recover (1024 = FILE_MAX).
Definition at line 34 of file DNA_fileglobal_types.h.
Referenced by read_global(), and write_global().
| int FileGlobal::globalf |
Definition at line 28 of file DNA_fileglobal_types.h.
Referenced by read_global(), and write_global().
| short FileGlobal::minsubversion |
Definition at line 20 of file DNA_fileglobal_types.h.
Referenced by is_minversion_older_than_blender(), read_file_version(), read_global(), and write_global().
| short FileGlobal::minversion |
Definition at line 20 of file DNA_fileglobal_types.h.
Referenced by is_minversion_older_than_blender(), read_file_version(), read_global(), and write_global().
| short FileGlobal::subversion |
Definition at line 19 of file DNA_fileglobal_types.h.
Referenced by is_minversion_older_than_blender(), read_file_version(), read_global(), and write_global().
| char FileGlobal::subvstr[4] |
Needs to be here, for human file-format recognition (keep first!).
Definition at line 17 of file DNA_fileglobal_types.h.
Referenced by read_file_dna(), and write_global().