Blender Git Commit Log
Git Commits -> Revision 0a0e2dd
Revision 0a0e2dd by Campbell Barton (master) July 23, 2019, 03:06 (GMT) |
Fix T67040: Undo crashes after renaming Correct fix that doesn't cause T67217. Temporarily removing the excluded undo step broke memfile-undo since freeing the undo steps needs to access other steps in the list to merge shared chunks, see: memfile_undosys_step_free. Pass the exclude step as an argument instead. |
Commit Details:
Full Hash: 0a0e2dd8a2ce002b76d834c621766e8da3f1b678
Parent Commit: 8c61837
Lines Changed: +10, -14
1 Modified Path:
/source/blender/blenkernel/intern/undo_system.c (+10, -14) (Diff)