Blender Git Commit Log
Git Commits -> Revision b91332e
Revision b91332e by Nathan Craddock (temp-soc-2019-outliner-sync) August 8, 2019, 21:37 (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. |
Commit Details:
Full Hash: b91332e93d9c23d42ad05d384a6aecc53cdefa15
Parent Commit: 3b95720
Lines Changed: +199, -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 (+110, -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 (+110, -0) (Diff)
/source/blender/editors/space_outliner/outliner_utils.c (+42, -14) (Diff)