Blender Git Loki
Git Commits -> Revision ec6d32b
Revision ec6d32b by Bastien Montagne (master) September 14, 2020, 12:59 (GMT) |
Fix T78392: [2.83.5, 2.90, 2.91] Crash on undo/ redo after changing modes. During undo/redo read code is expected to clear the `OB_MODE_EDIT` bitflag of `Object.mode`, for some reasons. This was not done anymore for re-used Objects, we need to add a special handling case for that too. Should be backported to 2.90 and 2.83 (will probably not be straight forward for the latter). |
Commit Details:
Full Hash: ec6d32b238da507c258a4b571e332c5cb67a6b18
Parent Commit: 4b14f76
Lines Changed: +11, -1