nuke.View

class nuke.View

Bases: pybind11_object

A 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

string

self.string() -> Name of view.

value

self.value() -> Value of view.

string() Name of view.
Returns:

Name of view.

value() Value of view.
Returns:

Value of view.