Blender Git Loki
Git Commits -> Revision 01006aa
Revision 01006aa by Nathan Craddock (master) August 16, 2019, 18:30 (GMT) |
Outliner: Allow select on row icons Allow selection of subtree elements on a collapsed element's row. Because subtree elements are aggregated by type, a select on an icon that represents multiple subtree elements will invoke a popup menu to select the specific subtree element. Also draws highlights on cursor hover over a row icon. Any child elements that are linked to multiple collections will only be listed in the popup one time, and selection from the popup will select the first instance in the subtree. |
Commit Details:
Full Hash: 01006aa45d1afc9f45d2f6a42f6981f5c92af051
Parent Commit: bf95ab6
Lines Changed: +211, -28
6 Modified Paths:
/source/blender/editors/space_outliner/outliner_draw.c (+14, -3) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+8, -2) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+13, -1) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+12, -8) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+122, -0) (Diff)
/source/blender/editors/space_outliner/outliner_utils.c (+42, -14) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+8, -2) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+13, -1) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+12, -8) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+122, -0) (Diff)
/source/blender/editors/space_outliner/outliner_utils.c (+42, -14) (Diff)