Blender Git Commit Log

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

4 Modified Paths:

/source/blender/editors/include/ED_mesh.h (+6, -8) (Diff)
/source/blender/editors/include/ED_view3d.h (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_select.c (+232, -149) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+5, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021