Blender Git Loki
Git Commits -> Revision 4c7b176
Revision 4c7b176 by Bastien Montagne (master) October 30, 2020, 10:51 (GMT) |
Fix undo steps not allowing re-using old BMain in non-global undo. Non-memfile undo steps never properly initialized the flag allowing to re-use old Main data during undo/redo. This lead to doing a complete full re-reading of data when undoing/redoing mode switches e.g. Note that current undo system is supposed to support any kind of mode switch across those steps, however this needs to be properly deeply tested, so only comitting this to master. It would be way too risky for 2.91 release. |
Commit Details:
Full Hash: 4c7b1766a7f1316a5ee8c01d2a8746372e7446e8
Parent Commit: 30b17e3
Lines Changed: +2, -0
1 Modified Path:
/source/blender/blenkernel/intern/undo_system.c (+2, -0) (Diff)