Hi I would like to make a script which moves all selected Vertices to x=0.
This is what I have so far
for i = 1 to (((modPanel.getCurrentObject()).GetSelection #Vertex) as Array).count do
$.selectedVerts[1].pos = [0, $.selectedVerts[1].pos[2], $.selectedVerts[1].pos[3]]
Unfortunately, It is not working with modifiers on top.
I've also tryed move $.selectedVerts [$.selectedVerts[i].pos[i]*-1,0,0] but both methods give the same error :(
What am I doing wrong?
Anubis · 2012-12-29
barigazy · 2012-12-29