|
Blender
V2.93
|
#include <BLO_readfile.h>
Public Attributes | |
| uint | skip_flags: 3 |
| uint | is_startup: 1 |
| int | undo_direction |
Definition at line 84 of file BLO_readfile.h.
| uint BlendFileReadParams::is_startup |
Definition at line 86 of file BLO_readfile.h.
| uint BlendFileReadParams::skip_flags |
Definition at line 85 of file BLO_readfile.h.
Referenced by wm_homefile_read().
| int BlendFileReadParams::undo_direction |
Whether we are reading the memfile for an undo or a redo.
Definition at line 89 of file BLO_readfile.h.
Referenced by BKE_memfile_undo_decode().