Biped アニメーションの操作とクリア
 
 
 
 

   

Character Studio - クイック ナビゲーション

次のメソッドでは、アニメーションを特定の Biped コントローラや Biped 全体から削除することができます。

   

biped.clearAllAnimation <biped_controller> 	 

Biped 全体のすべてのアニメーションをクリアします。任意の Biped コントローラを引数として渡すことができます。

例:

biped.clearAllAnimation$Bip01.controller--任意のコントローラを渡して、Biped 全体のアニメーションをクリアします。

   

biped.clearSelectedAnimation <biped_controller>   

選択したボディ パーツの Biped コントローラ内のアニメーションだけをクリアします。任意の Biped コントローラを引数として渡すことができます。

例:

--先にボディ パーツを選択してから次を実行します。
biped.clearAllAnimation$'Bip01'.controller
--選択したボディ パーツのアニメーションが削除されます。

   

biped.mirror <biped_controller> 

Biped アニメーション全体をミラーします。

関連事項