BMesh: select next can now step over existing selection

This commit is contained in:
Campbell Barton 2016-01-13 04:05:27 +11:00
parent 8ca76d15b2
commit a934da6bce

@ -272,6 +272,7 @@ def select_next(bm, report):
ele.select_set(False)
ele.select_set(True)
bm.select_history.discard(ele)
bm.select_history.add(ele)
if type(ele) is bmesh.types.BMFace:
bm.faces.active = ele