create_blend
Create a new Blender project file from a starter template, with optional custom script and compression. Save to a specified path.
Instructions
Create a new .blend file from a starter template and save it.
Args: path: Destination, relative to the output folder unless absolute. A ".blend" suffix is added when missing. template: empty, default, studio, or product. script: Optional extra bpy code run after the template. compress: Write a compressed .blend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| script | No | ||
| compress | No | ||
| template | No | studio |