Blender V4.5
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 95 of file BLO_readfile.hh.

Member Data Documentation

◆ is_factory_settings

uint BlendFileReadParams::is_factory_settings

Definition at line 98 of file BLO_readfile.hh.

Referenced by setup_app_data(), and wm_homefile_read_ex().

◆ is_startup

uint BlendFileReadParams::is_startup

◆ skip_flags

◆ undo_direction

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


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