ジャンプ先: 概要. 戻り値. キーワード. 関連. フラグ. MEL 例.
retarget [-endFrame int] [-lowerBody string] [-lowerScale string] [-lowerScaleFactor float] [-maintainOffset] [-restPoseFrame int] [-scaleHandsFrom string] [-startFrame int] [-upperBody string] [-upperScale string] [-upperScaleFactor float] [-useExistingKeys]
retarget は、取り消し可能、照会不可能、および編集不可能です。
このコマンドを使用して、キャラクタのモーションを、サイズの異なるキャラクタへとリターゲットします。なし
ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
---|---|---|---|---|
-lowerBody(-lb)
|
string
|
|||
|
||||
-lowerScale(-ls)
|
string
|
|||
|
||||
-lowerScaleFactor(-lsf)
|
float
|
|||
|
||||
-upperBody(-ub)
|
string
|
|||
|
||||
-upperScale(-us)
|
string
|
|||
|
||||
-upperScaleFactor(-usf)
|
float
|
|||
|
||||
-scaleHandsFrom(-shf)
|
string
|
|||
|
||||
-startFrame(-s)
|
int
|
|||
|
||||
-endFrame(-end)
|
int
|
|||
|
||||
-maintainOffset(-mo)
|
|
|||
|
||||
-useExistingKeys(-uek)
|
|
|||
|
||||
-restPoseFrame(-rpf)
|
int
|
|||
|
フラグはコマンドの作成モードで表示できます | フラグはコマンドの編集モードで表示できます |
フラグはコマンドの照会モードで表示できます | コマンド内でフラグを複数回使用できます。 |
// retarget the motion of bob onto joe using the scaled foot placement solver // retarget -startFrame 0 -endFrame 30 -lowerBody "scaledFootPlacement" bob joe; // Retarget the motion of birdman onto splinterFace using the scaled foot placement // solver (default), using the hip-to-toe measurement to compute the scale. // Use the hierarchy location at frame -5 as the rest pose. // select -r birdman splinterFace; retarget -startFrame 0 -endFrame 30 -lowerScale "hipToToe" -restPoseFrame -5;