|
Blender
V3.3
|
#include <BLO_readfile.h>
Public Attributes | |
| uint | skip_flags: 3 |
| uint | is_startup: 1 |
| int | undo_direction |
Definition at line 70 of file BLO_readfile.h.
| uint BlendFileReadParams::is_startup |
Definition at line 72 of file BLO_readfile.h.
| uint BlendFileReadParams::skip_flags |
Definition at line 71 of file BLO_readfile.h.
Referenced by wm_homefile_read_ex().
| int BlendFileReadParams::undo_direction |
Whether we are reading the memfile for an undo or a redo.
Definition at line 75 of file BLO_readfile.h.
Referenced by BKE_memfile_undo_decode().