Blender Git Loki
Git Commits -> Revision 2e6a371
August 4, 2008, 11:47 (GMT) |
* Armature hierarchy selection tools These are for use in pose mode or armature edit mode, to let you quickly traverse up and down a chain of bones. It's quite useful for bones that are in hard-to-click places. The tools are: *Select parent/child ( [ and ] ) selects the parent or child of the active bone, deselecting the original active bone * Extend select parent/child (shift [ and shift ] ) selects the parent or child of the active bone, adding to the selection Thanks to Joshua for reviewing this so promptly! PS. I'd like to use these [ and ] keys more widely in blender as consistent 'select next / previous' tools. I can imagine it being very useful for a lot of things like keyframes, nodes, mesh edges, etc. |
Commit Details:
Full Hash: 2e6a3710bba93cf2d6b86cf511a123068ead61bd
SVN Revision: 15944
Parent Commit: 3598dcd
Lines Changed: +213, -96
6 Modified Paths:
/source/blender/include/BIF_editarmature.h (+6, -1) (Diff)
/source/blender/include/BIF_poseobject.h (+2, -0) (Diff)
/source/blender/src/editarmature.c (+83, -81) (Diff)
/source/blender/src/header_view3d.c (+46, -12) (Diff)
/source/blender/src/poseobject.c (+61, -0) (Diff)
/source/blender/src/space.c (+15, -2) (Diff)
/source/blender/include/BIF_poseobject.h (+2, -0) (Diff)
/source/blender/src/editarmature.c (+83, -81) (Diff)
/source/blender/src/header_view3d.c (+46, -12) (Diff)
/source/blender/src/poseobject.c (+61, -0) (Diff)
/source/blender/src/space.c (+15, -2) (Diff)