| Home | Trees | Index | Help |
|
|---|
| Module Key |
|
The Blender.Key submodule.
This module provides access to Key objects in Blender.| Classes | |
|---|---|
Key |
An object with keyframes (Lattice, NMesh or Curve) will contain a Key object
representing the keyframe data. |
KeyBlock |
Each Key object has a list of KeyBlocks attached, each KeyBlock representing a keyframe. |
| Function Summary | |
|---|---|
Get the named Key object from Blender. | |
| Variable Summary | |
|---|---|
| readonly dictionary | Types: The type of a key owner, indicating the type of data in the data
blocks. |
| Function Details |
|---|
Get(name=None)Get the named Key object from Blender. If the name is omitted, it will retrieve a list of all keys in Blender.
|
| Variable Details |
|---|
TypesThe type of a key owner, indicating the type of data in the data blocks.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Jan 26 09:17:44 2006 | http://epydoc.sf.net |