Notifications
Clear all

[Closed] Scale selected vartex

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

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?