connection_create
Create a connection between two operators in TouchDesigner by specifying source and destination paths, with optional indexes for output and input ports.
Instructions
Alias of conn.create (kept for MCP-side compat).
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 |