render_still
Render the current or specified frame to an output file and get the resolved path plus confirmation that the file was written. Blocks 3ds Max until rendering completes, with optional custom output path.
Instructions
渲染当前(或指定)帧到文件,并返回解析后的输出路径与文件是否真的写出来了。渲染会阻塞 3ds Max,调用会一直等到完成。省略 path 时写到渲染输出目录。 [English] Render the current frame (or a named frame) to a file and return the resolved output path plus whether the file was actually written. Rendering blocks 3ds Max, so the call waits until it finishes. Omit path to render into the render output folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | 输出文件绝对路径;省略则写入渲染输出目录。 | Absolute output path; omit to use the render output folder. | |
| frame | No | 要渲染的帧号;省略为当前帧。 | Frame to render; omit for the current frame. |