render_animation
Render an animation sequence in Blender, specifying output path, frame range, and file format for video or image sequence.
Instructions
Render an animation sequence.
Args: filepath: Output path. For image sequences, use # for frame number. frame_start: Start frame (0 = use scene default) frame_end: End frame (0 = use scene default) file_format: Override format (FFMPEG for video, PNG for sequence)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | No | ||
| frame_end | No | ||
| file_format | No | ||
| frame_start | No |