Campbell Barton
af36dd4664
Cleanup: trailing newlines
2018-06-29 08:02:49 +02:00
Campbell Barton
ec91948dd7
Cleanup: unused variable
2018-04-09 19:01:49 +02:00
Campbell Barton
e0452cc5a9
Fix edit-mesh select next
...
Last change introduced error, return would stop looking over candidates.
D3137 by @nBurn
2018-04-07 19:54:59 +02:00
Campbell Barton
eb7b701137
Fix error where find-next missed None check
...
Thanks to @nBurn
2018-04-05 18:48:48 +02:00
Campbell Barton
2f723a414f
BMesh: remove redundant loop in select-next-active
...
Thanks to @nBurn for spotting
2018-04-03 18:32:55 +02:00
Campbell Barton
c3ed6010af
Fix T47967: Select next active fails in some cases
...
For cases when there are multiple matches,
find the closest match (with increasingly fuzzy tests) instead of failing.
2016-03-30 05:01:57 +11:00
Campbell Barton
a934da6bce
BMesh: select next can now step over existing selection
2016-01-13 04:05:27 +11:00
Campbell Barton
c986e93a98
BMesh: Select Previous, set active face now works
2016-01-08 16:43:05 +11:00
Campbell Barton
e63c773b7c
Correct check when no path can be found
2016-01-08 06:09:54 +11:00
Campbell Barton
5d118f6dd7
BMesh: add select next/prev operator
...
This uses selection history to select the next vert/edge/face based on surrounding topology.
Select previous just removes the last selected element.
Uses key-bindings: Ctrl-Shift +/-
2016-01-08 03:21:31 +11:00