Blender Git Commit Log
Git Commits -> Revision 70151e4
Revision 70151e4 by Nathan Craddock (master) August 26, 2020, 16:58 (GMT) |
Outliner: Left and right walk navigation Previously the left and right arrow keys would close and open the active tree element, but a subsequent key press would not select up or down the tree as is common in tree-based interfaces. Walking left and right now does a selection action after opening or closing the active tree item. For example, a right key press on a closed element will open it's subtree, and an additional right key press will select the first child element. A left key press anywhere in a subtree will first close the active element if it's subtree is expanded. Walking left again will select the parent element. Part of T77408 Differential Revision: https://developer.blender.org/D8650 |
Commit Details:
Full Hash: 70151e41dc025aa92c80420f7d14df20f58f6354
Parent Commit: b028a43
Lines Changed: +40, -3