Blender
V3.3
|
#include <BLO_undofile.h>
Public Attributes | |
char | filepath [1024] |
MemFile | memfile |
size_t | undo_size |
Definition at line 48 of file BLO_undofile.h.
char MemFileUndoData::filepath[1024] |
Definition at line 49 of file BLO_undofile.h.
Referenced by BKE_memfile_undo_decode(), and BKE_memfile_undo_encode().
MemFile MemFileUndoData::memfile |
Definition at line 50 of file BLO_undofile.h.
Referenced by BKE_memfile_undo_decode(), BKE_memfile_undo_encode(), BKE_memfile_undo_free(), ed_undosys_step_get_memfile(), and memfile_undosys_step_free().
size_t MemFileUndoData::undo_size |
Definition at line 51 of file BLO_undofile.h.
Referenced by BKE_memfile_undo_encode(), and memfile_undosys_step_encode().