blender_save_file
Save the current Blender scene to a .blend file, either at a specified path or the currently open file location.
Instructions
Save the current Blender scene to a .blend file.
Args:
params: SaveFileInput with optional filepath. Uses the currently
open file path if omitted.
Returns: JSON with the path the file was saved to.
Example: blender_save_file(filepath="/tmp/my_scene.blend") blender_save_file() # saves to current file path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |