Go to: Synopsis. Return value. Related. Flags. MEL examples.
disconnectJoint [-attachHandleMode] [-deleteHandleMode]
disconnectJoint is undoable, NOT queryable, and NOT editable.
This command will break a skeleton at the selected joint and delete any associated handles.
| string | After the joint is disconnected, a new joint will be created. The return value is the name of the newly created joint and its ancestor. |
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
-attachHandleMode(-ahm)
|
|
|
||
|
||||
-deleteHandleMode(-dhm)
|
|
|
||
|
||||
joint -p 0 0 0 -name jointA; joint -p 0 1 0 -name jointB; joint -p 0 2 0 -name jointC; disconnectJoint jointB;