Trees | Indices | Help |
---|
|
An object with keyframes (Lattice, NMesh or Curve) will contain a Key object representing the keyframe data.
|
|||
|
|||
|
|
|||
Blender KeyBlock. |
blocks A list of KeyBlocks for the key. |
||
Blender Ipo |
ipo Key Ipo. |
||
bool |
relative Indicates whether the key is relative(=True) or normal. |
||
int |
type An integer from the Types dictionary representing the Key type. |
||
float |
value The value of the key. |
|
blocksA list of KeyBlocks for the key. Read-only.
|
ipoKey Ipo. Contains the Ipo if one is assigned to the object, None otherwise. Setting to None clears the current Ipo.
|
typeAn integer from the Types dictionary representing the Key type. Read-only.
|
valueThe value of the key. Read-only.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Oct 24 10:23:51 2008 | http://epydoc.sourceforge.net |