td_project_read
Reads TouchDesigner .toe/.tox files offline to return the operator tree and wiring. Specify path, depth, and params to customize output.
Instructions
Read a .toe or .tox from disk, without TouchDesigner running.
Returns the operator tree with wiring. path narrows to a subtree such as
'/project1', depth is how many levels of children to show, and params
adds the parameter values that differ from the defaults — which is all a
saved project records, so it is exactly what someone chose deliberately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| path | No | ||
| depth | No | ||
| params | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |