TD Set Resolution (live)
td_set_resolutionChange the width and height of a TOP in a running TouchDesigner instance to set its output resolution.
Instructions
Set the output resolution (width x height in pixels) of a TOP in a running TouchDesigner instance (live control via the td_mcp bridge). Targets a TOP's documented resolution parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path of the TOP to resize, e.g. '/td_mcp/sandbox/render1'. | |
| width | Yes | New output width in pixels (must be a positive integer). | |
| height | Yes | New output height in pixels (must be a positive integer). |