render_frames
Render a specified list of frame numbers in 3ds Max, saving each frame as a separate file named by its frame index. Use this to render only selected frames instead of a full sequence.
Instructions
渲染一串明确的帧号,每帧一个文件(文件名按帧号编号)。返回每个文件的写入结果。渲染一整批会非常慢,调用会阻塞直到全部完成。 [English] Render an explicit list of frames, one file per frame (numbered by frame index). Returns the write result for each file. A whole batch can take minutes and the call blocks until everything is done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | 输出基准路径;省略则写入渲染输出目录。 | Base output path; omit to use the render output folder. | |
| frames | Yes | 要渲染的帧号列表。 | List of frame numbers to render. |