Blender Git Loki
Git Commits -> Revision 62e1498
Revision 62e1498 by Campbell Barton (master) April 20, 2015, 18:50 (GMT) |
Fixes for backbuf selection logic - Fix ED_view3d_backbuf_sample_rect, r_dist was set completely wrong. - Avoid duplicate calculations picking the nearest edge. - Bias against picking selected edges is now optional. - Remove unused callback reading the backbuf. - Remove unused strict option picking vertices. |
Commit Details:
Full Hash: 62e149881a311e2f2b41131eb201d86a59031c77
Parent Commit: aa880bb
Lines Changed: +69, -65
5 Modified Paths:
/source/blender/editors/include/ED_mesh.h (+4, -1) (Diff)
/source/blender/editors/include/ED_view3d.h (+1, -2) (Diff)
/source/blender/editors/mesh/editmesh_select.c (+46, -42) (Diff)
/source/blender/editors/mesh/meshtools.c (+2, -2) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+16, -18) (Diff)
/source/blender/editors/include/ED_view3d.h (+1, -2) (Diff)
/source/blender/editors/mesh/editmesh_select.c (+46, -42) (Diff)
/source/blender/editors/mesh/meshtools.c (+2, -2) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+16, -18) (Diff)