render_photoreal_submit
Submit a photorealistic render asynchronously and get a job ID immediately, so long renders don't block the worker. Poll the job until it returns the PNG or fails.
Instructions
Start a photorealistic render asynchronously; returns immediately with {job_id, status} instead of blocking for the whole render.
Use this (rather than render_photoreal) for renders that may take a long time — heavy materials/renderers, large images — so the worker stays responsive. The external renderer runs in the background; poll render_job(job_id) until status is 'done' (then it returns the PNG) or 'failed'. Same arguments as render_photoreal; requires the Render addon + a renderer binary (see docs/RENDER_WORKBENCH.md).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | iso | |
| width | No | ||
| handle | Yes | ||
| height | No | ||
| material | No | ||
| renderer | No | Povray |