Connect two nodes
connect_nodesWire a source node's output to a target node's input in TouchDesigner. Specify paths and optional output/input indices for precise connections.
Instructions
Wire one node's output into another node's input. Uses the batch endpoint when available, with a Python fallback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_path | Yes | Path of the source node (output side). | |
| target_path | Yes | Path of the target node (input side). | |
| source_output | No | ||
| target_input | No |