Notifications
Clear all

[Closed] Vertex position of an Edit_Poly modifier?

Hello everybody!

I’m looking for a way to retrieve the position of a vertex in an edit_poly modifier.
For some reason polyOps only works editable_poly for me.

Example:

polyop.getvert (modpanel.getcurrentobject()) 100
 -- Runtime error: EPoly operation on non-Editable Poly: Edit_Poly:Edit Poly

The above code works fine for editable_poly but errors on an edit_poly modifier.

Those differences between editable_poly and edit_poly are driving me nuts. :banghead:
Someone please soothe my headache!

Cheers!

1 Reply
(modPanel.getCurrentObject()).GetVertex 1

Editable_Poly and Edit_Poly Modifier have a slightly different syntax.

Cheers

  • Enrico