render_batch
Queue multiple camera, path, and frame render jobs in a single blocking call, returning each job's write result for batch rendering in 3ds Max.
Instructions
一次调用里排队渲染多个「相机 + 路径 + 帧」组合。jobs 是对象数组,每项含 camera、path、frame。返回每项的写入结果。整批会较慢,调用阻塞直到完成。 [English] Queue several camera/path/frame combinations in one call. jobs is an array of objects, each with camera, path and frame. Returns the write result per job. The whole batch is slow and the call blocks until done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobs | Yes | 渲染任务数组,每项 {camera, path, frame}。 | Array of render jobs, each {camera, path, frame}. |