blender_render
Render the current scene with the active engine and return the image. Supports still or animation renders, with format and output path options; use Eevee for quicker iteration than Cycles.
Instructions
Render with the current engine and return the resulting image.
Cycles at 1080p can take minutes; check samples and resolution with blender_get_scene first, and consider the 'eevee' engine for iteration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | 'still' for one frame, 'animation' for the whole range. | still |
| format | No | PNG, JPEG, WEBP, OPEN_EXR ... | |
| output_path | No | Where to write the image. Relative paths resolve against BLENDER_MCP_ROOT (your home directory). | |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | json |