conn_create
Connect a source operator's output to a destination operator's input in TouchDesigner, specifying optional output and input indices to route data between nodes.
Instructions
Wire two ops together (output -> input).
fromPath (<class 'str'>): Source operator path.
toPath (<class 'str'>): Destination operator path.
fromOutput (int | None): Source output index (default 0).
toInput (int | None): Destination input index (default 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toPath | Yes | ||
| toInput | No | ||
| fromPath | Yes | ||
| fromOutput | No |