Blender  V3.3
Public Attributes | List of all members
BlendFileReadParams Struct Reference

#include <BLO_readfile.h>

Public Attributes

uint skip_flags: 3
 
uint is_startup: 1
 
int undo_direction
 

Detailed Description

Definition at line 70 of file BLO_readfile.h.

Member Data Documentation

◆ is_startup

uint BlendFileReadParams::is_startup

Definition at line 72 of file BLO_readfile.h.

◆ skip_flags

uint BlendFileReadParams::skip_flags

Definition at line 71 of file BLO_readfile.h.

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 75 of file BLO_readfile.h.

Referenced by BKE_memfile_undo_decode().


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