create_checkpoint
Save a timestamped backup before risky edits. Create a labeled checkpoint file to protect your work and allow easy rollback after multi-step changes.
Instructions
Save a timestamped checkpoint copy before risky work.
Writes _.blend into workspace/checkpoints. The user's own .blend file is never touched or re-targeted. Do this before applying modifiers, deleting objects, or any multi-step change you might need to back out of. begin_operation makes one automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Short description of what you are about to do, e.g. 'before boolean cuts' | checkpoint |