bakeSimulation [-animation string] [-attribute string] [-controlPoints boolean] [-disableImplicitControl boolean] [-float floatrange] [-hierarchy string] [-includeUpperBound boolean] [-index uint] [-preserveOutsideKeys boolean] [-sampleBy time] [-shape boolean] [-simulation boolean] [-sparseAnimCurveBake boolean] [-time timerange]
objects
bakeSimulation は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
このコマンドは、キーセットに作用します。キーセットは、1 つまたは複数のアニメーション カーブ上の指定したタイム レンジ内のキー グループとして定義されます。 キーセットを構成するアニメーション カーブは、「-animation」フラグの値に依存します。なし
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-attribute(-at)
|
string
|
![]() ![]() |
||
|
||||
-hierarchy(-hi)
|
string
|
![]() |
||
|
||||
-shape(-s)
|
boolean
|
![]() |
||
|
||||
-controlPoints(-cp)
|
boolean
|
![]() |
||
|
||||
-index(-in)
|
uint
|
![]() ![]() |
||
|
||||
-time(-t)
|
timerange
|
![]() ![]() |
||
|
||||
-float(-f)
|
floatrange
|
![]() ![]() |
||
|
||||
-includeUpperBound(-iub)
|
boolean
|
![]() |
||
|
||||
-animation(-an)
|
string
|
![]() |
||
|
||||
-sampleBy(-sb)
|
time
|
![]() |
||
|
||||
-preserveOutsideKeys(-pok)
|
boolean
|
![]() |
||
|
||||
-simulation(-sm)
|
boolean
|
![]() |
||
|
||||
-disableImplicitControl(-dic)
|
boolean
|
![]() |
||
|
||||
-sparseAnimCurveBake(-sac)
|
boolean
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// To replace the animation driven by an ik handle of joints, // starting from joint1, with separate animCurves, within the // time interval 5-44, with a sampling frequency of 2 timeUnits, // use the following command: // bakeSimulation -t "5:44" -sb 2 -at rx -at ry -at rz -hi below joint1;