Blender Git Commit Log
Git Commits -> Revision a08750a
Revision a08750a by Campbell Barton (master) November 21, 2013, 21:42 (GMT) |
Armature Editing: select shortest path (Ctrl+RMB matching mesh operator) Patch originally from Terry Struven, modified to use more generic functions. |
Commit Details:
Full Hash: a08750addf764c8d02552b03f09b732b1cf76507
Parent Commit: 41e5635
Lines Changed: +166, -0
5 Modified Paths:
/source/blender/editors/armature/armature_intern.h (+1, -0) (Diff)
/source/blender/editors/armature/armature_ops.c (+3, -0) (Diff)
/source/blender/editors/armature/armature_select.c (+120, -0) (Diff)
/source/blender/editors/armature/armature_utils.c (+41, -0) (Diff)
/source/blender/editors/include/ED_armature.h (+1, -0) (Diff)
/source/blender/editors/armature/armature_ops.c (+3, -0) (Diff)
/source/blender/editors/armature/armature_select.c (+120, -0) (Diff)
/source/blender/editors/armature/armature_utils.c (+41, -0) (Diff)
/source/blender/editors/include/ED_armature.h (+1, -0) (Diff)