nuke.View
- class nuke.View
Bases:
pybind11_objectA named view.
Construct a view from its name. Construct a view from its index. Construct the default view. Construct a view by copying another view.
Methods
self.string() -> Name of view.
self.value() -> Value of view.
- string() Name of view.
- Returns:
Name of view.
- value() Value of view.
- Returns:
Value of view.