Blender V4.3
BlendFileReadWMSetupData Struct Reference

#include <BLO_readfile.hh>

Public Attributes

wmWindowManagerold_wm
 
bool is_read_homefile
 
bool is_factory_startup
 

Detailed Description

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.

Member Data Documentation

◆ is_factory_startup

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().

◆ is_read_homefile

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().

◆ old_wm

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().


The documentation for this struct was generated from the following file: