Blender Git Loki
Git Commits -> Revision 22677d8
Revision 22677d8 by Brecht Van Lommel (master) March 30, 2020, 18:09 (GMT) |
Fix undo incorrectly detecting mesh as always changed after edits Mesh writes a modified copy, which meant recalc_undo_accumulated was never cleared on the actual datablock. Also clear mesh->runtime on write to avoid detecting changes, since it's cleared on read anyway. Differential Revision: https://developer.blender.org/D7274 |
Commit Details:
Full Hash: 22677d8e1d88aca4fe8fb89f51596fb3f7af6934
Parent Commit: f4982b5
Lines Changed: +4, -5
1 Modified Path:
/source/blender/blenloader/intern/writefile.c (+4, -5) (Diff)