Get Operator Connections
get_operator_connectionsGet upstream inputs, downstream outputs, and connection port instructions for a TouchDesigner operator to see exactly how to wire nodes together.
Instructions
Returns the typical upstream inputs, downstream outputs, and common operator chains for a named TouchDesigner operator. Includes connection port instructions (e.g., 'A output 0 -> B input 0') so you know exactly how to wire nodes together.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | Which connections to return: 'inputs' (what feeds into this op), 'outputs' (what this op feeds), or 'all' (default) | |
| operator_name | Yes | Name of the TouchDesigner operator (e.g., 'Feedback TOP', 'Noise CHOP', 'Geometry COMP') |