| Home | Trees | Indices | Help |
|
|---|
|
|
This object provides access to list of modifiers for a particular object. Only accessed from Object.Object.modifiers.
| Instance Methods | |||
| Modifier |
|
||
| int |
|
||
| Modifier |
|
||
|
|||
| None |
|
||
| None |
|
||
| Method Details |
This operator returns one of the object's modifiers.
|
Returns the number of modifiers in the object's modifier stack.
|
Appends a new modifier to the end of the object's modifier stack.
|
Remove a modifier from this objects modifier sequence.
Note: Accessing attributes of the modifier after removing will raise an error. |
Moves the modifier up in the object's modifier stack.
Note: Accessing attributes of the modifier after removing will raise an error. |
Moves the modifier down in the object's modifier stack.
Note: Accessing attributes of the modifier after removing will raise an error. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0 on Mon Aug 31 23:12:23 2009 | http://epydoc.sourceforge.net |