移動先: 概要 戻り値 キーワード. 関連項目. フラグ. 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
|
|||
|
: コマンドの作成モードで使用可能なフラグ | : コマンドの編集モードで使用可能なフラグ |
: コマンドの照会モードで使用可能なフラグ | : 1 つのコマンドで複数回使用可能なフラグ |
// 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;