script (MEL) |
Only available in
MEL |
dynamicConstraintMembership
|
In categories: Effects, nDynamics |
Go to: Synopsis. Return value. MEL
examples.
dynamicConstraintMemberShip( string $mode
)
This command is useful for editing and displaying constraint
membership. It works off of the current selection. If a constraint
node is not selected it tries to guess at the desired one based on
the selected components. If the constraint to edit is ambiguous
from the selection, then one will need to include the constraint
node in the selection. The mode determines how the selection is to
affect the constraint membership. It is equivalent to invoking the
matching items on the nConstraint menu.
None
Variable Name |
Variable Type |
Description |
$mode |
string |
Must be one of: "select", "replace", "add", "remove" |
dynamicConstraintMembership "select";