render_animation
Generate image sequences from 3D animations by rendering frames to specified formats like PNG or JPEG for use in Blender projects.
Instructions
Render the animation sequence to image files.
Args: filepath: Output file path prefix for the rendered frames. Each frame will be saved with a frame number suffix. format: Output format. One of: PNG, JPEG, OPEN_EXR, TIFF, BMP.
Returns: Confirmation dict with output details.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | No | /tmp/render_ | |
| format | No | PNG |