Blender Git Loki
Git Commits -> Revision d57a93a
Revision d57a93a by Campbell Barton (master) April 20, 2015, 17:10 (GMT) |
Fix T44383: Select face fails in some positions When mixing vert/edge/face with select-visible, face selection could fail when not close enough to the center. This also fixes a bug where the bias for verts over edges would prefer faces over edges too, making edges harder to pick. Mixing edge with other selection modes works more predictably now. |
Commit Details:
Full Hash: d57a93a7cb4d54e1ce0d890540926ef6ab88270a
Parent Commit: 0626d27
Lines Changed: +88, -28
5 Modified Paths:
/source/blender/editors/include/ED_mesh.h (+12, -3) (Diff)
/source/blender/editors/include/ED_view3d.h (+1, -0) (Diff)
/source/blender/editors/mesh/editmesh_path.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_select.c (+65, -24) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+9, -0) (Diff)
/source/blender/editors/include/ED_view3d.h (+1, -0) (Diff)
/source/blender/editors/mesh/editmesh_path.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_select.c (+65, -24) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+9, -0) (Diff)