Blender V4.3
BlendFileReadParams Struct Reference

#include <BLO_readfile.hh>

Public Attributes

uint skip_flags: 3
 
uint is_startup: 1
 
uint is_factory_settings: 1
 
int undo_direction
 

Detailed Description

Definition at line 90 of file BLO_readfile.hh.

Member Data Documentation

◆ is_factory_settings

uint BlendFileReadParams::is_factory_settings

Definition at line 93 of file BLO_readfile.hh.

◆ is_startup

uint BlendFileReadParams::is_startup

Definition at line 92 of file BLO_readfile.hh.

Referenced by wm_homefile_read_ex().

◆ skip_flags

uint BlendFileReadParams::skip_flags

Definition at line 91 of file BLO_readfile.hh.

◆ undo_direction

int BlendFileReadParams::undo_direction

Whether we are reading the memfile for an undo or a redo.

Definition at line 96 of file BLO_readfile.hh.


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