|
Blender V4.3
|
#include <BLO_readfile.hh>
Public Attributes | |
| uint | skip_flags: 3 |
| uint | is_startup: 1 |
| uint | is_factory_settings: 1 |
| int | undo_direction |
Definition at line 90 of file BLO_readfile.hh.
| uint BlendFileReadParams::is_factory_settings |
Definition at line 93 of file BLO_readfile.hh.
| uint BlendFileReadParams::is_startup |
Definition at line 92 of file BLO_readfile.hh.
Referenced by wm_homefile_read_ex().
| uint BlendFileReadParams::skip_flags |
Definition at line 91 of file BLO_readfile.hh.
| int BlendFileReadParams::undo_direction |
Whether we are reading the memfile for an undo or a redo.
Definition at line 96 of file BLO_readfile.hh.