td_connect
Connect two operators in a TouchDesigner network by specifying source and destination paths. Optionally set connector indices for precise wiring.
Instructions
Connect two operators.
Args: from_op: Source operator path to_op: Destination operator path from_index: Output connector index on source (default 0) to_index: Input connector index on destination (default 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_op | Yes | ||
| from_op | Yes | ||
| to_index | No | ||
| from_index | No |