移動先: 概要 戻り値 MEL の例

概要

gotoBindPose()

このスクリプトは、選択したすべてのスケルトンを bindPose に移動します。

戻り値

なし

MEL の例

	select -r joeHip maryHip;
  gotoBindPose;