Blender Git Loki
Git Commits -> Revision 3624c06
Revision 3624c06 by Campbell Barton (master) October 30, 2020, 09:48 (GMT) |
Fix outliner mode toggling with multi-object pose/edit mode For edit/pose modes clicking in the mode-column would include other selected objects (besides the active object), causing other objects to remain in the mode even though Control wasn't held. Also replace `ED_object_mode_generic_exit(...)` on all objects with a single call to `ED_object_mode_set(...)` so switching modes will only exit the current mode, leaving objects in other modes unchanged. |
Commit Details:
Full Hash: 3624c0600747d9ebde1d55f1811f810ba08c6d17
Parent Commit: 9e85812
Lines Changed: +63, -30
1 Modified Path:
/source/blender/editors/space_outliner/outliner_select.c (+63, -30) (Diff)