blender_delete_object
Permanently delete objects from Blender scenes by name to clean up unwanted elements and manage 3D environments efficiently.
Instructions
Delete object from Blender scene by name.
Permanently removes object and its data. Cannot be undone via MCP.
Args:
object_name (string): Object to delete
Returns: Success confirmation
Use when: Cleaning up scene, removing unwanted objects Don't use when: Temporarily hiding objects (no hide functionality in MCP currently)
Error: "Object not found" if object doesn't exist
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | Object to delete |