Go to: Synopsis. Return value. Related. MEL examples.
removeJoint
[object]
removeJoint is undoable, NOT queryable, and NOT editable.
This command will remove the selected joint or the joint given at the command line from the skeleton. The given(or selected) joint should not be the root joint of the skeleton, and not have skin attached. The command works on the given(or selected) joint. No options or flags are necessary.None
// joint5 will be removed. Child joints of joint5 will be reparented under // joint5's parent joint. removeJoint joint5;