Blender V5.0
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 96 of file BLO_readfile.hh.

Member Data Documentation

◆ is_factory_settings

uint BlendFileReadParams::is_factory_settings

Definition at line 99 of file BLO_readfile.hh.

Referenced by wm_homefile_read_ex().

◆ is_startup

uint BlendFileReadParams::is_startup

Definition at line 98 of file BLO_readfile.hh.

Referenced by wm_homefile_read_ex().

◆ skip_flags

uint BlendFileReadParams::skip_flags

Definition at line 97 of file BLO_readfile.hh.

Referenced by wm_homefile_read_ex().

◆ undo_direction

int BlendFileReadParams::undo_direction

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

Definition at line 102 of file BLO_readfile.hh.


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