Home | Trees | Index | Help |
|
---|
Module Constraint :: Class Constraints |
|
constraints
for a particular object. They
can be accessed from Object.constraints
. or PoseBone.constraints
.
Method Summary | |
---|---|
Constraint |
This operator returns one of the constraints in the stack. |
int |
Returns the number of constraints in the constraint stack. |
Constraint |
Appends a new constraint to the end of the constraint stack. |
None |
Moves the constraint down in the object's constraint stack. |
None |
Moves the constraint up in the object's constraint stack. |
Remove a constraint from this objects constraint sequence. |
Method Details |
---|
__getitem__(index)
This operator returns one of the constraints in the stack.
|
__len__()
Returns the number of constraints in the constraint stack.
|
append(type)Appends a new constraint to the end of the constraint stack.
|
moveDown(con)Moves the constraint down in the object's constraint stack.
|
moveUp(con)Moves the constraint up in the object's constraint stack.
|
remove(con)Remove a constraint from this objects constraint sequence.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu May 10 20:31:59 2007 | http://epydoc.sf.net |