Tripo MCP Server

by VAST-AI-Research
Verified

execute_blender_code

Run Python scripts directly in Blender to automate tasks, customize workflows, or manipulate 3D assets via the Tripo MCP Server integration.

Instructions

Execute arbitrary Python code in Blender. Parameters: - code: The Python code to execute

Input Schema

NameRequiredDescriptionDefault
codeYes

Input Schema (JSON Schema)

{ "properties": { "code": { "title": "Code", "type": "string" } }, "required": [ "code" ], "title": "execute_blender_codeArguments", "type": "object" }
ID: zwkmy1dkon