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
|
|
|
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value |
|
|
elementCreate clone of element
|
|
bool
|
getVisible(self,
time)
Get the value of the visible attribute at a particular time. |
|
|
string
|
serialise(self)
Returns a string representation of the given element. |
|
|
None
|
setVisible(self,
time,
value)
Set the value of the visible attribute at a particular time. |
|
|
Inherited from object :
__format__ ,
__hash__ ,
__init__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|