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