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)
Forum topic · General Scripting
By anybany · 2007-05-07
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)
DemonSpawn · 2007-05-10
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!