Blender Git Commit Log

Git Commits -> Revision 6766efc

January 8, 2020, 14:35 (GMT)
undoexp: add a way to prevent re-using data from old bmain for memfile undo.

There are cases where we need a full 'clean' re-read of stored memfile
data. This include some (rather uncommon, but possible) ID rename
situations, and also likely some switching between memfileundo and
edit-data undo systems.

Commit Details:

Full Hash: 6766efce4c7e201eac5ae29385d41314129df48d
Parent Commit: bb08351
Lines Changed: +61, -30

9 Modified Paths:

/source/blender/blenkernel/BKE_blender_undo.h (+3, -1) (Diff)
/source/blender/blenkernel/BKE_main.h (+5, -0) (Diff)
/source/blender/blenkernel/BKE_undo_system.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/blender_undo.c (+6, -3) (Diff)
/source/blender/blenkernel/intern/undo_system.c (+25, -14) (Diff)
/source/blender/blenloader/BLO_readfile.h (+3, -1) (Diff)
/source/blender/blenloader/intern/readblenentry.c (+9, -7) (Diff)
/source/blender/blenloader/intern/readfile.c (+6, -3) (Diff)
/source/blender/editors/undo/memfile_undo.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021