ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
keyTangent [-absolute] [-animation string] [-attribute string] [-controlPoints boolean] [-float floatrange] [-global] [-hierarchy string] [-inAngle angle] [-inTangentType string] [-inWeight float] [-includeUpperBound boolean] [-index uint] [-ix float] [-iy float] [-lock boolean] [-outAngle angle] [-outTangentType string] [-outWeight float] [-ox float] [-oy float] [-relative] [-shape boolean] [-stepAttributes boolean] [-time timerange] [-weightLock boolean] [-weightedTangents boolean]
[objects]
keyTangent は、取り消し可能、照会可能、および 編集可能 です。
このコマンドは、キーセット上に作用します。キーセットは、1 つまたは複数のアニメーション カーブ上の指定したタイム レンジ内のキー グループとして定義されます。 キーセットを構成するアニメーション カーブは、「-animation」フラグの値に依存します。int | 接線が修正されたカーブの数。 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
---|---|---|---|---|
-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
|
|||
|
||||
-global(-g)
|
|
|||
|
||||
-inTangentType(-itt)
|
string
|
|||
|
||||
-outTangentType(-ott)
|
string
|
|||
|
||||
-absolute(-a)
|
|
|||
|
||||
-relative(-r)
|
|
|||
|
||||
-inAngle(-ia)
|
angle
|
|||
|
||||
-outAngle(-oa)
|
angle
|
|||
|
||||
-inWeight(-iw)
|
float
|
|||
|
||||
-ix(-ix)
|
float
|
|||
|
||||
-iy(-iy)
|
float
|
|||
|
||||
-outWeight(-ow)
|
float
|
|||
|
||||
-ox(-ox)
|
float
|
|||
|
||||
-oy(-oy)
|
float
|
|||
|
||||
-lock(-l)
|
boolean
|
|||
|
||||
-weightLock(-wl)
|
boolean
|
|||
|
||||
-weightedTangents(-wt)
|
boolean
|
|||
|
||||
-stepAttributes(-sa)
|
boolean
|
|||
|
フラグはコマンドの作成モードで表示できます | フラグはコマンドの編集モードで表示できます |
フラグはコマンドの照会モードで表示できます | コマンド内でフラグを複数回使用できます。 |
// Set the in-tangent to spline for all keyframes // on an object between 1 and 2 seconds. // keyTangent -inTangentType spline -time "0sec:2sec" nurbsSphere1; // Set the angle and value for the out tangent of the // keyframe at time 5 of nurbsSphere1's translateX. // keyTangent -edit -time 5 -attribute translateX -absolute -outAngle 10 -outWeight 5 nurbsSphere1;