blender_save_as
Save the current Blender file to a new path, creating parent directories if needed. Supports copy and compression options.
Instructions
Save the current Blender file to a new path. Creates parent directories if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| copy | No | Save a copy without changing the current file path (default: false) | |
| compress | No | Use file compression (default: false) | |
| filepath | Yes | Full file path to save to (should end in .blend) |