| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Element
The base class for the different types of elements you can create in the RotoPaint node.
|
|||
|
|||
|
|||
| a new object with type S, a subtype of T |
|
||
|
|||
| bool |
|
||
| None |
|
||
|
Inherited from |
|||
|
|||
|
locked Whether this element is locked. |
|||
|
name The name for this element. |
|||
|
Inherited from |
|||
|
|||
x.__delattr__('name') <==> del x.name
|
x.__getattribute__('name') <==> x.name
|
|
x.__setattr__('name', value) <==> x.name = value
|
Set the value of the visible attribute at a particular time. value must be a bool.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Jul 17 22:06:11 2011 | http://epydoc.sourceforge.net |