Blender  V2.93
Public Attributes | List of all members
MemFileUndoData Struct Reference

#include <BLO_undofile.h>

Public Attributes

char filename [1024]
 
MemFile memfile
 
size_t undo_size
 

Detailed Description

Definition at line 62 of file BLO_undofile.h.

Member Data Documentation

◆ filename

char MemFileUndoData::filename[1024]

Definition at line 63 of file BLO_undofile.h.

Referenced by BKE_memfile_undo_decode(), and BKE_memfile_undo_encode().

◆ memfile

MemFile MemFileUndoData::memfile

◆ undo_size

size_t MemFileUndoData::undo_size

Definition at line 65 of file BLO_undofile.h.

Referenced by BKE_memfile_undo_encode(), and memfile_undosys_step_encode().


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