blender_render_scene
Render the current scene to an image file, supporting both still images and animations with customizable resolution and samples.
Instructions
Render the current scene to an image file. Supports both still images and animations.
Use this when: you need to render the scene to disk.
Do NOT use for: viewport screenshots (use blender_capture_viewport), scene setup (use blender_setup_scene).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | Yes | Absolute file path to save the rendered image. | |
| resolution_x | No | X resolution override. | |
| resolution_y | No | Y resolution override. | |
| samples | No | Render samples (Cycles only). | |
| animation | No | If True, render animation frames. | |
| frame_start | No | Start frame for animation render. | |
| frame_end | No | End frame for animation render. | |
| use_viewport | No | If True, use viewport render (EEVEE only). |