スクリプト
(MEL)
MEL のみで使用可能
setNClothRestShape
カテゴリ:
エフェクト
,
nDynamics
移動先:
概要
戻り値
MEL 例
.
概要
setNClothRestShape( string $target )
nCloth のレスト シェイプを現在の選択項目に基づいた目的のエンティティと引数で渡されたエンティティに設定します。nMesh メニューのレスト シェイプ呼び出しと同等です。
戻り値
なし
引数
変数名
変数型
説明
$target
string
「mesh」、「start」、「input」のいずれかに設定します。
MEL 例
setNClothRestShape "input";