Get selected vertices in order of selection

Is there a way to get a collection of selected vertices in order of selection?

I think the order of vertice selection is saved nowhere. There is only the .select attribute on each vertex, which becomes True of False when you select / unselect.
Then the only way to get a selection order, would be a python modal operator which save new vertex select each time you select them.

See you :slight_smile: ++
Tricotou

Edit mode > Connect Vertex Path (2.79 J key) seems to respect selection order. That’s where I’d look.

https://docs.blender.org/api/2.80/bmesh.types.html#bmesh.types.BMesh.select_history

1 Like