execute_blender_code
Run Python code directly in Blender through the Tripo MCP Server, enabling 3D asset generation and manipulation from natural language prompts.
Instructions
Execute arbitrary Python code in Blender.
Parameters:
- code: The Python code to execute
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes |
Input Schema (JSON Schema)
{
"properties": {
"code": {
"title": "Code",
"type": "string"
}
},
"required": [
"code"
],
"title": "execute_blender_codeArguments",
"type": "object"
}