nuke.curveknob.CurveWidget
- class nuke.curveknob.CurveWidget
Bases:
ElementThe 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
self.add() -> None Add a new group layer under the selected item's parent
self.clone() -> elementCreate clone of element
self.getSelectedItems() -> List of strings of selected item namesGets a list of the selected items in the CurveTreeWidget
self.getVisible(time) -> bool Get the value of the visible attribute at a particular time.
self.remove() -> None Remove the selected items in the CurveTreeList
self.serialise() -> string Returns a string representation of the given element.
self.setVisible(time, value) -> None 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.