Blender Git Loki
Git Commits -> Revision 33acb75
July 24, 2019, 14:17 (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: 33acb752b350681ee928abcebca3d91e37ea0ab3
Parent Commit: 66b7fea
Committed By: Brecht Van Lommel
Lines Changed: +9, -13
1 Modified Path:
/source/blender/blenkernel/intern/undo_system.c (+9, -13) (Diff)