Notifications
Clear all
[Closed] Scale selected vartex
Mar 09, 2005 3:10 pm
How can I scale selected vartex in x, y or z.
Now I use:
$.EditablePoly.SetSelection #Vertex #{1…3, 36…40}
scale $ [1,1,2]
to scale in z
but then it scales all vartex.
1 Reply
Mar 09, 2005 3:10 pm
I’m struggling with this too
I know that when you use scale $ [3,3,3] you are not scaling the vertecies but the object itself.
you’re supposed to use scale $.selectedVerts [3,3,3] but this returns UNDEFINED
it’s driving me crazy!
am I missing something in that line? or is there a better way?