nuke.toNode

nuke.toNode(s) Node

Search for a node in the DAG by name and return it as a Python object.

Parameters:

s – Node name.

Returns:

Node or None if it does not exist.