Blender Git Loki
Git Commits -> Revision 1442827
Revision 1442827 by Bastien Montagne (blender-v2.90-release) September 21, 2020, 07:32 (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: 1442827a4ffc84272fe047931812af7718b90f30
Parent Commit: f822cd5
Lines Changed: +11, -1