blender_checkpoint
Mark a specific point in Blender's undo history with a custom label, then use undo to roll back exactly to that state. This allows reliable navigation during complex editing sessions.
Instructions
Push a named marker onto the undo stack so a later blender_undo returns here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Name shown in Blender's undo history. | mcp checkpoint |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |