Problem with Scale_Expression Controller

In scene I have a box.

I set Scale_expression  controller for box

$box01.scale.controller=Scale_expression

I wont set expression insade Scale_expression [pi/2,pi/2,pi/2] for example.

How  can I do it in maxscript (what I mast write)

 

 

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
DemonSpawn's picture

I am having the same problem

I am having the same problem with scaling non-uniformly by selected vertex.  The script will scale the entire thing if I put -

scale $Box [0.95,1,1]

 But if I try to scale by vertex like this

scale $Box.selectedVerts [0.95,1,1]

 It does nothing.

 

Any help would be much appreciated!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.