Get selected vertices within Python?

Hi Folks!

I’ve devised a new modeling tool I would like to code in.

The flow-chart is here in my mind but I can’t even start without
the answer to the following

Question:

How can I get a list containing the currently selected nodes on
a Mesh (in edit node, of course)

Thanx in advance

Stefano

I don’t think you can, you can get a list of selected faces, but not vertices.

Incidentally, I discovered another weird bug while trying to test this, when in face mode (f-key), and trying to use the text editor, there seems to be some key repeat bug. Pressing any key prints a string of characters, as if there is no key repeat delay.

Sigh :frowning:

Thanx anyway…

Stefano

really??? so edge selection is not possible?