Preview a TOP
get_previewPreview a TOP node's output by capturing it as an inline PNG image. Returns the image at specified width and height, plus a caption with node path and actual dimensions.
Instructions
Capture a TOP node's current output as an inline PNG image so you can see what was created — read-only, it creates and modifies nothing. Returns the image (scaled to width×height) plus a caption with the node path and actual dimensions; only TOPs can be previewed (CHOP/SOP/etc. have no image).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_path | Yes | Path of the TOP node to capture. | |
| width | No | Width of the captured preview image in pixels (1–4096; default 640). | |
| height | No | Height of the captured preview image in pixels (1–4096; default 360). |