Blender Git Commit Log
Git Commits -> Revision 6fbf342
Revision 6fbf342 by Nathan Craddock (soc-2020-outliner) June 15, 2020, 22:57 (GMT) |
Outliner: Fix mode column when lock object modes is disabled When Lock Object Modes was disabled, multiple objects would be shown as in the interaction mode even though only one object could be edited at a time. This was not an issue for edit and pose mode because those modes support multi object editing. But in modes like sculpt it implied that multiple objects could be edited at the same time. This only draws the active icon for the active object when lock object modes is disabled, and when there is no active edit or pose object. |
Commit Details:
Full Hash: 6fbf342e828e431086d859f9825359ffb8463eb0
Parent Commit: 7d51351
Lines Changed: +17, -4
1 Modified Path:
/source/blender/editors/space_outliner/outliner_draw.c (+17, -4) (Diff)