find_nodes
Search Nuke nodes by class, name substring, or error state to locate compositing elements and troubleshoot problems.
Instructions
Search for nodes by type, name pattern, or error state.
Args: type: filter by node class (e.g. 'Grade', 'Read'). pattern: filter by name substring (case-insensitive). errors_only: if True, only return nodes with errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | filter by node class (e.g. 'Grade', 'Read'). | |
| pattern | No | filter by name substring (case-insensitive). | |
| errors_only | No | if True, only return nodes with errors. |