nuke.curveknob.CurveWidget
- class nuke.curveknob.CurveWidget
Bases:
_curveknob.Element
The Curve Widget displayed in the Roto panel. This should only be used for test harness functionality.
- IMPORTANT:
may be None as it is not guaranteed that the widget is accessible
the lifetime of the underlying object is undefined, DO NOT STORE!
Methods
Add a new group layer under the selected item's parent
Get the value of the visible attribute at a particular time.
Remove the selected items in the CurveTreeList
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.
- add() None
Add a new group layer under the selected item’s parent
- clone() elementCreate clone of element
- getSelectedItems() List of strings of selected item namesGets a list of the selected items in the CurveTreeWidget
- 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.
- remove() None
Remove the selected items in the CurveTreeList
- 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.