save_blend_as
Save the active Blender scene as a new file in the workspace, keeping the current document open. Choose subfolder, compression, and overwrite options to manage copies.
Instructions
Save a copy of the scene into the workspace.
Never writes outside the workspace and, by default, never changes which file Blender considers open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Workspace subdirectory to save into | checkpoints |
| compress | No | ||
| filename | Yes | Filename stem, no path | |
| overwrite | No | ||
| switch_to_new | No | Make Blender adopt the new file as the open document. Off by default, so this saves a copy and leaves the user's file active. |