Hi,
Sorry for this stupid question but I'm not able to find an answer for this.
How can I get the position of a Vertex in an EditPoly Modifer?
Many Thanks
Chris
Forum topic · General Scripting
By ChrisRus · 2016-07-08
Hi,
Sorry for this stupid question but I'm not able to find an answer for this.
How can I get the position of a Vertex in an EditPoly Modifer?
Many Thanks
Chris
barigazy · 2016-07-14
first of all you need to be in command panel modify tab and current selection need to be edit poly modifier
--return vert 56 position
if isKindOf (epoly = modPanel.getCurrentObject()) Edit_Poly do epoly.GetVertex 56