blender_delete_object
Delete a named 3D object from the Blender scene permanently. Provide the exact object name to remove it and clean up your scene.
Instructions
Delete an object from the scene by name.
DESTRUCTIVE: permanently removes the object. Idempotent: deleting a missing object returns success with a note.
Args:
params: DeleteObjectInput with the exact name of the object to delete.
Returns: JSON confirming the deletion.
Example: blender_delete_object(name="Cube")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |