Save Document
save_documentSave the active document to a specified absolute path in formats like c4d, fbx, obj, usd, or alembic, with optional save-as-copy behaviour.
Instructions
Save the active document to disk. Path must be absolute; the parent directory must exist. Supported formats: c4d (default), abc / alembic, fbx, obj, stl, ply, usd / usda, gltf. With copy:true the document's internal name/path is left unchanged (Save-As-Copy behaviour).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| copy | No | Save as copy — document's active path/name stays unchanged. Default false. | |
| path | Yes | Absolute output path. | |
| format | No | Export format alias. Default 'c4d'. |