Documentation - Maxscript
Parent_Constraint : Matrix3Controller
The Parent_Constraint overrides the behaviour from the normal parenting, so you can have a node that is parented to an object, but behaves as if it were parented to a different one. It can also have several nodes as parents with different weights for how much those objects affect the parenting.
Properties
The controller used for local transformations.
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