|
Blender V4.3
|
#include <BLO_readfile.hh>
Public Attributes | |
| wmWindowManager * | old_wm |
| bool | is_read_homefile |
| bool | is_factory_startup |
Data used by WM readfile code and BKE's setup_app_data to handle the complex preservation logic of WindowManager and other UI data-blocks across blend-file reading process.
Definition at line 80 of file BLO_readfile.hh.
| bool BlendFileReadWMSetupData::is_factory_startup |
The factory startup file is being read.
Definition at line 87 of file BLO_readfile.hh.
Referenced by wm_file_read_setup_wm_finalize(), wm_file_read_setup_wm_init(), and wm_homefile_read_ex().
| bool BlendFileReadWMSetupData::is_read_homefile |
The startup file is being read.
Definition at line 85 of file BLO_readfile.hh.
Referenced by wm_file_read_setup_wm_finalize(), and wm_file_read_setup_wm_init().
| wmWindowManager* BlendFileReadWMSetupData::old_wm |
The existing WM when file-reading process is started.
Definition at line 82 of file BLO_readfile.hh.
Referenced by swap_wm_data_for_blendfile(), wm_file_read_setup_wm_finalize(), wm_file_read_setup_wm_keep_old(), and wm_file_read_setup_wm_use_new().