Blender Git Commit Log
Git Commits -> Revision 252fb48
Revision 252fb48 by Nathan Craddock (master) August 16, 2019, 18:30 (GMT) |
Outliner: walk navigation operator and openclose fixes Adds a keyboard walk navigation and selection operator to the outliner. Up and down arrow keys walk up and down the list of elements, and left and right will open and close elements if the elements are closed or opened respectively. Holding shift while walking up and down the tree expands the selection. Holding shift while clicking or pressing left and right arrows will expand or collapse all children elements recursively. Pressing enter to openclose the hovered element is removed. Also allows click+drag for openclose of element subtrees. This moves openclose toggling to the openclose operator to remove duplicate code. The outliner tree building is tweaked slightly to set the proper parents in scene display mode for walk select to walk to parents without errors. |
Commit Details:
Full Hash: 252fb4899735ca154cae9147be819f2362f2ba51
Parent Commit: eb92ac0
Lines Changed: +412, -64
9 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+16, -3) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+86, -36) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+14, -0) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+233, -21) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+2, -2) (Diff)
/source/blender/editors/space_outliner/outliner_utils.c (+56, -0) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_outliner_types.h (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+86, -36) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+14, -0) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+233, -21) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+2, -2) (Diff)
/source/blender/editors/space_outliner/outliner_utils.c (+56, -0) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_outliner_types.h (+2, -0) (Diff)