移動先: 概要 戻り値 関連項目. Python 例.

概要

removeJoint( [object] )

注意: オブジェクト名や引数を表す文字列はカンマで区切ります。これは概要には示されていません。

removeJoint は 「元に戻す」が可能、「照会」が不可能「編集」が不可能 です。

選択したジョイント、またはコマンド ラインで指定したジョイントを スケルトンから削除します。

指定か選択を行ったジョイントは、スケルトンのルート ジョイントである必要はなく、 スキンがアタッチされている必要もありません。このコマンドは、指定か選択を行ったジョイント上で動作します。オプションやフラグは必要ありません。

戻り値

なし

関連項目

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

Python 例

import maya.cmds as cmds

# joint5 will be removed. Child joints of joint5 will be reparented under
# joint5's parent joint.
cmds.removeJoint( 'joint5' )