Home | Trees | Index | Help |
|
---|
Module Constraint :: Class Constraint |
|
Constraints
.
Method Summary | |
---|---|
varies |
This operator returns one of the constraint's data attributes. |
This operator changes one of the constraint's data attributes. | |
None |
Adds an influence keyframe for the constraint Ipo. |
Instance Variable Summary | |
---|---|
float | influence : The influence value of the constraint. |
string | name : The name of this constraint. |
int | type : The type of this constraint. |
Method Details |
---|
__getitem__(key)
This operator returns one of the constraint's data attributes.
|
__setitem__(key)
This operator changes one of the constraint's data attributes.
|
insertKey(frame)Adds an influence keyframe for the constraint Ipo.
|
Instance Variable Details |
---|
influenceThe influence value of the constraint. Valid values are in the range [0.0,1.0].
|
nameThe name of this constraint. 29 chars max.
|
typeThe type of this constraint. Read-only. The returned value matches the types inType .
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu May 10 20:31:59 2007 | http://epydoc.sf.net |