td_connect_nodes
Connect a source node's output to a target node's input by providing their paths and optional connector indices for wiring nodes in TouchDesigner.
Instructions
Connect two nodes (source output → target input).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_path | Yes | Path of the source (output) node | |
| target_path | Yes | Path of the target (input) node | |
| source_index | No | Output connector index on the source node (0 = first output) | |
| target_index | No | Input connector index on the target node (0 = first input) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |