Blender Git Loki
Git Commits -> Revision 3dcddf8
Revision 3dcddf8 by Sergey Sharybin (master) February 11, 2020, 13:04 (GMT) |
Fix T73675: Leaving exit mode tags all objects for update This is an oversight of a fix for T69834, where I didn't realize the ED_object_editmode_exit_ex() function is called for all objects as an opposite of only the ones which were in edit mode. Seems a simple fix: just move tag into a check that object was in the edit mode prior to tag. Differential Revision: https://developer.blender.org/D6808 |
Commit Details:
Full Hash: 3dcddf83bfd48a47716de10626c19ef3ce48d021
Parent Commit: d2ff21e
Lines Changed: +2, -2
1 Modified Path:
/source/blender/editors/object/object_edit.c (+2, -2) (Diff)