node_list
List child nodes of a TouchDesigner container, with optional filters for operator family and recursion depth, to inspect scene hierarchies.
Instructions
List children of a container, optionally filtered by family.
path (str | None): Parent container path (default '/').
family (str | None): Filter by operator family (CHOP/TOP/...).
depth (int | None): Recursion depth; 1 = direct children.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| depth | No | ||
| family | No |