Blender Git Loki
Git Commits -> Revision e3a6440
Revision e3a6440 by Campbell Barton (master) April 21, 2015, 11:25 (GMT) |
BMesh: mesh-data picking, general improvements Generalize logic for vert/edge/face selection: - index cycling. - selection bias with mixed modes. Details: - Edges now support index cycling (as verts/faces did already) - Cycling over near elements is now only enabled when the mouse position remains the same. - No longer do 2 selection passes to perform index cycling. Fixes: - Edges behind the view could be selected (surprising nobody reported!) - Selection bias now only changes the element that gets picked without interning the return distance (was buggy with mixed modes). |
Commit Details:
Full Hash: e3a6440e7af7f90432319aec9f6ad43b557def31
Parent Commit: 907d4d3
Lines Changed: +244, -165