| 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 KeyBlocks, 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. |
| 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. |
| Method Details |
|---|
getBlocks()Get a list ofKeyBlocks, 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.
|
relativeIndicates whether the key is relative(=True) or normal.
|
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 Jan 26 09:17:44 2006 | http://epydoc.sf.net |