blender_undo
Revert the most recent Blender change by popping its undo stack, making the last step reversible. Avoid rewinding across open files to prevent crashes.
Instructions
Undo the last change pushed onto Blender's undo stack.
Pair it with blender_checkpoint to make a step reversible. Refuses to
rewind across an Open File, because Blender's undo stack does not survive
one and attempting it crashes Blender rather than raising.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |