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

 

   

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

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

   

biped.clearAllAnimation <biped_controller> 	 

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

biped.clearAllAnimation$Bip01.controller--pass any controller to clear animation in the whole biped

   

biped.clearSelectedAnimation <biped_controller>   

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

--select some body parts first, then execute:
biped.clearAllAnimation$'Bip01'.controller
--the animation of the selected body parts will be removed.

   

biped.mirror <biped_controller> 

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

関連事項