Blender Git Loki
Git Commits -> Revision fc3753b
Revision fc3753b by Antonis Ryakiotakis (master) September 24, 2014, 16:22 (GMT) |
gooseberry request: Attempt to select closest bones when possible. Occlusion query selection does't support this well because we can't really derive depth information from occlusion tests. May be possible to improve this somewhat in the future. |
Commit Details:
Full Hash: fc3753b8f6f404d5fa1079e3d01ef6e818dde8eb
Parent Commit: 345b166
Lines Changed: +31, -15
6 Modified Paths:
/source/blender/editors/armature/armature_intern.h (+1, -1) (Diff)
/source/blender/editors/armature/armature_select.c (+25, -9) (Diff)
/source/blender/editors/armature/pose_select.c (+2, -2) (Diff)
/source/blender/editors/include/ED_armature.h (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_select.c (+1, -1) (Diff)
/source/blender/editors/armature/armature_select.c (+25, -9) (Diff)
/source/blender/editors/armature/pose_select.c (+2, -2) (Diff)
/source/blender/editors/include/ED_armature.h (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_select.c (+1, -1) (Diff)