TD Render (live)
td_renderRender the current frame of a TOP in a running TouchDesigner instance and return the image for visual verification after network edits.
Instructions
Render the current frame of a TOP in a running TouchDesigner instance and return the image so the assistant can see the result (live control via the td_mcp bridge). Uses the documented TOP.saveByteArray() call. Use this after building/editing a network to visually verify the output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path of the TOP to render, e.g. '/td_mcp/sandbox/comp1'. | |
| filetype | No | Image container filetype passed to saveByteArray (default '.png'). Common values: '.png', '.jpg', '.bmp', '.tiff', '.exr'. |