execute_blender_code
Run custom Python scripts directly in Blender to manipulate models, automate tasks, or integrate with IFC building data through the Bonsai-mcp server. Streamline 3D workflows by executing code with precision.
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"
}