save_state
Save the current scene state to restore it later, enabling precise snapshot and rollback within ManimGL scene operations.
Instructions
Save the current scene state for later restoration.
IMPORTANT: Always use MCP tools for scene operations.
Returns: True if state was saved.
Example: >>> save_state()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |