blender_clear_scene
Clears all objects from a Blender scene, refusing to wipe non-empty scenes unless force is enabled. Also sets units to millimeters.
Instructions
Remove all objects from the scene. Refuses to wipe a non-empty scene unless force=True.
Default behavior protects in-progress user work — if the scene already has
objects, this tool returns an error listing them and asks the agent to
confirm intent. Pass force=True to override (for genuine fresh-build
scenarios). Always sets units to mm regardless.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |