delete_object
Remove an object from the Blender scene by specifying its name. Part of the Tripo MCP Server, which connects AI assistants to Blender for 3D asset management.
Instructions
Delete an object from the Blender scene.
Parameters:
- name: Name of the object to delete
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"title": "delete_objectArguments",
"type": "object"
}