Blender Git Loki
Git Commits -> Revision 73392fc
Revision 73392fc by Nathan Craddock (soc-2019-outliner) June 2, 2019, 04:41 (GMT) |
Outliner: Add walk select operator Adds a walk select operator to the outliner. Currently only up and down walk are supported, opening and closing and walking left and right will be added later. |
Commit Details:
Full Hash: 73392fc29b28193f8e663e89dcf8a6c68716e10b
Parent Commit: 9f4d65e
Lines Changed: +108, -2
5 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+4, -0) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+9, -0) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+92, -0) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+2, -2) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+9, -0) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+92, -0) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+2, -2) (Diff)