Home | Trees | Index | Help |
|
---|
Module Key :: Class Key |
|
Lattice
, NMesh
or Curve
) will contain a Key object
representing the keyframe data.
Method Summary | |
---|---|
Get a list of KeyBlock s, containing the keyframes defined
for this Key. | |
Get the Ipo
object associated with this key. |
Instance Variable Summary | |
---|---|
Blender KeyBlock. | blocks : A list of KeyBlocks for the key. |
Blender Ipo | ipo : Key Ipo. |
int | type : An integer from the Types dictionary representing the Key
type. |
float | value : The value of the key. |
Method Details |
---|
getBlocks()Get a list ofKeyBlock s, containing the keyframes
defined for this Key.
|
getIpo()Get theIpo
object associated with this key.
|
Instance Variable Details |
---|
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 theTypes dictionary representing the Key type.
Read-only.
|
valueThe value of the key. Read-only.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Dec 22 22:38:12 2005 | http://epydoc.sf.net |