blender/source
Campbell Barton e3a6440e7a 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).
2015-04-21 21:25:43 +10:00
..
blender BMesh: mesh-data picking, general improvements 2015-04-21 21:25:43 +10:00
blenderplayer Fix BPlayer (c) 2015-04-17 16:03:14 +02:00
creator Cleanup: API naming use BKE_undo_ prefix 2015-04-18 18:25:07 +02:00
gameengine Compilation error fix for MSVC: It does not support expressions in array 2015-04-20 14:07:26 +05:00
icons
CMakeLists.txt Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00
SConscript