td_build
Create a full TouchDesigner node network in a single call by defining ops and wires, returning the real paths to reference nodes.
Instructions
Build a whole network in ONE call. ops: [{type:'circleTOP', name, params:{p:v or {expr:..}}, x, y}]. wires: [[from,to] or [from,to,to_in]] using op names or paths. Returns actual paths (TD may auto-rename).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ops | Yes | ||
| wires | No | ||
| parent | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |