Go to: Synopsis. Return value. Related. MEL examples.

Synopsis

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.

Return value

None

Related

connectJoint, ikHandle, ikHandleDisplayScale, ikSolver, ikSystem, ikSystemInfo, insertJoint, joint, jointCluster, jointDisplayScale, jointLattice, mirrorJoint

MEL examples

// joint5 will be removed. Child joints of joint5 will be reparented under
// joint5's parent joint.
removeJoint joint5;