td_pane
Identify the user's current view in the TouchDesigner network editor by returning pane path, pan, zoom, and viewport size, enabling targeted editing.
Instructions
Return the current network-editor pane: path, pan, zoom, viewport size.
Use this to learn where the user is looking before editing there.
Returns {path, tx, ty, zoom, viewportSize} (or {pane: null}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'json' (default) or 'markdown'. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |