save_blend
Save the current Blender project to a .blend file. Specify an absolute filepath to save to a new location, or omit to overwrite the current file.
Instructions
Save the current Blender project as a .blend file.
Parameters:
filepath: Absolute path to save to (e.g. "C:/projects/my_scene.blend"). If omitted, saves over the currently open file. If the file has never been saved, a temporary path is used and returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | No |