|
Blender V4.5
|
#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 95 of file BLO_readfile.hh.
| uint BlendFileReadParams::is_factory_settings |
Definition at line 98 of file BLO_readfile.hh.
Referenced by setup_app_data(), and wm_homefile_read_ex().
| uint BlendFileReadParams::is_startup |
Definition at line 97 of file BLO_readfile.hh.
Referenced by BKE_blendfile_read(), setup_app_data(), WM_file_read(), and wm_homefile_read_ex().
| uint BlendFileReadParams::skip_flags |
Definition at line 96 of file BLO_readfile.hh.
Referenced by BKE_blendfile_read(), BKE_blendfile_read_from_memory(), BKE_blendfile_read_setup_readfile(), BKE_memfile_undo_decode(), BLO_read_from_memfile(), setup_app_blend_file_data(), WM_file_read(), and wm_homefile_read_ex().
| int BlendFileReadParams::undo_direction |
Whether we are reading the memfile for an undo or a redo.
Definition at line 101 of file BLO_readfile.hh.
Referenced by BKE_memfile_undo_decode(), blo_filedata_from_memfile(), and setup_app_data().