Documentation - Maxscript
Scale_Constraint : ScaleController
A Scale_Constraint causes an object's scale to follow the scale of an object or averaged scale of several objects.
An Scale Constrained object can be any type of object that inherits its scale from a target object. Once constrained you can not scale the object manually. You may move or rotate the object as long as its not constrained in a manner that affects the object's position or rotation controller.
The target object can be any type of object. The scale of a target object drives the constrained object. Targets can be animated using any of the standard translation, rotation, scale tools.
Properties
Get/Set the keep initial offset parameter.
Get/Set the transform rule:
0 - Local.
1 - World.
Methods
Returns the number of target nodes in the target list.
Returns the indexed target node.
Returns the weight of the indexed target if the targetNumber is relevant, 0.0 otherwise.
Sets the weight of the indexed node specified by targetNumber . Returns True on success, False otherwise.
Appends the specified node to the list and sets its weight to the specified value. Returns True on success, False otherwise.
Deletes the indexed target. Returns True on success, False otherwise.
< Back to main maxscript documentation