node_find
Search TouchDesigner projects for nodes by name, type, or family. Specify a root path and recursion depth to narrow results.
Instructions
Search for nodes matching name/type/family, recursively.
path (str | None): Root container to search (default '/').
name (str | None): Case-insensitive substring on node name.
type (str | None): Exact operator type (case-insensitive).
family (str | None): 'CHOP'/'TOP'/'DAT'/'SOP'/...
depth (int | None): Max recursion depth (default 5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| path | No | ||
| type | No | ||
| depth | No | ||
| family | No |