nuke.splinewarp.Element
- class nuke.splinewarp.Element
Bases:
object
The base class for the different types of elements you can create in the RotoPaint node.
Methods
Get the value of the visible attribute at a particular time.
Returns a string representation of the given element.
Set the value of the visible attribute at a particular time.
Attributes
Whether this element is locked.
The name for this element.
- clone() elementCreate clone of element
- getVisible(time) bool
Get the value of the visible attribute at a particular time.
- locked
Whether this element is locked.
- name
The name for this element.
- serialise() string
Returns a string representation of the given element.
- setVisible(time, value) None
Set the value of the visible attribute at a particular time. value must be a bool.