An animated transform, where each part of the transform is represented
as a curve over time.
|
|
|
|
a new object with type S, a subtype of T
|
|
|
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value |
|
|
None
|
addPivotPointKey(self,
time,
x,
y,
pressure,
view='default') |
|
|
None
|
addRotationKey(self,
time,
x,
y,
pressure,
view='default') |
|
|
None
|
addScaleKey(self,
time,
x,
y,
pressure,
view='default') |
|
|
None
|
addSkewXKey(self,
time,
x,
y,
pressure,
view='default') |
|
|
None
|
addTransformKey(self,
time,
view) |
|
|
None
|
addTranslationKey(self,
time,
x,
y,
pressure,
view='default') |
|
|
None
|
evaluate(self,
time,
view) |
|
|
AnimCurve
|
getExtraMatrixAnimCurve(self,
i,
j,
view)
Returns the AnimCurve object for the 4i+j element in the transform's
extra matrix.The view parameter is optional. |
|
|
int
|
|
int
|
|
int
|
|
int
|
|
int
|
|
int
|
|
AnimCurve
|
getPivotPointAnimCurve(self,
index,
view) |
|
|
float
|
getPivotPointKeyTime(self,
index,
view)
Get the time for a specific key on the pivotPoint attribute. |
|
|
list of floats
|
|
AnimCurve
|
getRotationAnimCurve(self,
index,
view) |
|
|
float
|
getRotationKeyTime(self,
index,
view)
Get the time for a specific key on the rotation attribute. |
|
|
list of floats
|
getRotationKeyTimes(self,
view)
Get the times for all keys on the rotation attribute.The view
parameter is optional. |
|
|
AnimCurve
|
getScaleAnimCurve(self,
index,
view) |
|
|
float
|
getScaleKeyTime(self,
index,
view)
Get the time for a specific key on the scale attribute. |
|
|
list of floats
|
|
AnimCurve
|
getSkewXAnimCurve(self,
index,
view) |
|
|
float
|
getSkewXKeyTime(self,
index,
view)
Get the time for a specific key on the skewX attribute. |
|
|
list of floats
|
|
float
|
|
list of floats
|
getTransformKeyTimes(self,
view)
Get the times for all keys, across all attributes of this transform. |
|
|
AnimCurve
|
getTranslationAnimCurve(self,
index,
view) |
|
|
float
|
|
list of floats
|
|
bool
|
isDefault(self)
Check whether this transform has been modified away from the default
values. |
|
|
None
|
removePivotPointKey(self,
time,
view) |
|
|
None
|
removeRotationKey(self,
time,
view) |
|
|
None
|
removeScaleKey(self,
time,
view) |
|
|
None
|
removeSkewXKey(self,
time,
view) |
|
|
None
|
removeTransformKey(self,
time,
view) |
|
|
None
|
removeTranslationKey(self,
time,
view) |
|
|
None
|
|
None
|
setExtraMatrixAnimCurve(self,
i,
j,
animcurve,
view)
Sets the AnimCurve object for the '4i+j'-th element of the extra
matrix.The view parameter is optional |
|
|
None
|
setIdentity(self,
view='default') |
|
|
None
|
setPivotPointAnimCurve(self,
index,
animCurve,
view)
Set the anim curve for the pivot point attribute of this transform. |
|
|
None
|
setRotationAnimCurve(self,
index,
animCurve,
view)
Set the anim curve for the rotation attribute of this transform. |
|
|
None
|
setScaleAnimCurve(self,
index,
animCurve,
view)
Set the anim curve for the scale attribute of this transform. |
|
|
None
|
setSkewXAnimCurve(self,
index,
animCurve,
view)
Set the anim curve for the skewX attribute of this transform. |
|
|
None
|
setTranslationAnimCurve(self,
index,
animCurve,
view)
Set the anim curve for the translation attribute of this transform. |
|
|
Inherited from object :
__format__ ,
__hash__ ,
__init__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|