Home | Trees | Index | Help |
|
---|
Module Key :: Class KeyBlock |
|
Method Summary | |
---|---|
Get the data of a KeyBlock, as a list of data items. |
Instance Variable Summary | |
---|---|
float | curval : Current value of the corresponding IpoCurve. |
varies | data : The data of the KeyBlock (see getData ). |
string | name : The name of the Keyblock. |
float | pos : The position of the keyframe. |
float | slidermax : The maximum value for the action slider. |
float | slidermin : The minimum value for the action slider. |
string | vgroup : The assigned VGroup for the Key Block. |
Method Details |
---|
getData()Get the data of a KeyBlock, as a list of data items. Each item will have a different data type depending on the type of this Key.
|
Instance Variable Details |
---|
curvalCurrent value of the corresponding IpoCurve. Read-only.
|
dataThe data of the KeyBlock (seegetData ). This attribute is read-only.
|
nameThe name of the Keyblock. Truncated to 32 characters.
|
posThe position of the keyframe.
|
slidermaxThe maximum value for the action slider. Value is clamped to the range [-10.0,10.0].
|
sliderminThe minimum value for the action slider. Value is clamped to the range [-10.0,10.0].
|
vgroupThe assigned VGroup for the Key Block.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu May 10 20:32:00 2007 | http://epydoc.sf.net |