trellis_blender
Blender plugin for TRELLIS (3D AIGC Model, Text-to-3D, Image-to-3D)
Documentation
TRELLIS & TRELLIS.2 Blender Addon
Update: add support for TRELLIS.2
A Blender addon that integrates the 3D generation capabilities of TRELLIS and TRELLIS2 into blender.

Features
TRELLIS
- Text-to-3D: native generation of textured 3D mesh from text
- Image-to-3D: native generation of textured 3D mesh from a single RGB image
- Text-conditioned Detail Variation: generating textures for a mesh given text
- Image-conditioned Detail Variation: generating textures for a mesh given a single RGB image
TRELLIS2
- Text-to-3D: generation of textured 3D mesh from text (t2i using z-image-turbo, and then image2mesh using trellis.2)
- Image-to-3D: native generation of textured 3D mesh from a single RGB image (native trellis.2)
MCP integration
Integrates with MCP and can communicate with Cursor/Windsurf. Refer to Trellis MCP
Installation
Requirements
- Blender 3.6.0 or higher
- [Option1] Running TRELLIS API server (Refer to my TreLLIS fork)
- [Option2] Running TRELLIS.2 API server (Refer to my TreLLIS.2 fork)
You can also start both servers and switch the backend in the blender addon.
Enable the plugin
1. Download the plugin files (clone this repo)
2. In Blender, go to Edit > Preferences > Add-ons
3. Click "Install" and select the `trellis_for_blender.py` file
4. Enable the addon by checking the box next to "3D View: TRELLIS"
Native Workflow
1. Access the panel (open 3d viewport and press n to open sidebar), find TRELLIS.
2. (Optionally) Select an object in the scene, select an image as conditional input.
3. Adjust generation parameters (empirically can use fewer steps)
4. The plugin will upload both the object(if selected) and the image/text to the API backend.
5. When finished, the model can be downloaded and imported into the scene.
You can see the historical requests in the main panel
MCP Workflow
1. Access the panel (open 3d viewport and press n to open sidebar), find TRELLIS, click `Start MCP Server`
2. Open Claude/Cursor/Windsurf, paste following configuration:
"mcpServers": {
"trellis": {
"command": "uvx",
"args": [
"trellis-mcp"
]
}
}Generation Parameters
- Sparse Structure Settings
- Sample Steps (sampling steps for structure diffusion, by default 12)
- CFG Strength (classifier-free-guidance, by default 7.5, higher value will better align the input image)
- Structured Latent Settings
- Sample Steps (sampling steps for SLAT diffusion, by default 12)
- CFG Strength (classifier-free-guidance, by default 7.5, higher value will better align the input image)
- Postprocessing Mesh Options
- Simplify Ratio (# of triangles to remove, by default 0.95)
- Texture Size (by default 1024, can set to 2048 for higher quality, but slower)
- Texture Bake Mode ('fast' or 'opt', 'opt' can be slow but has higher quality)
Any issue/discussion/contribution is welcomed!
Frequently asked questions
What is trellis_blender?
trellis_blender is Blender plugin for TRELLIS (3D AIGC Model, Text-to-3D, Image-to-3D)
How do I install trellis_blender?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is trellis_blender open source?
Yes — it is hosted on GitHub at https://github.com/FishWoWater/trellis_blender and has 38 stars.
Related MCP tools
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth! Python-based implementation. Trusted by 11000+ developers.
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP. Python-based implementation. Trusted by 4100+ developers.
An MCP server that autonomously evaluates web applications. Python-based implementation. Trusted by 1100+ developers. Trusted by 1100+ developers.
An official Qdrant Model Context Protocol (MCP) server implementation Python-based implementation. Trusted by 1000+ developers.
A middleware to provide an openAI compatible endpoint that can call MCP tools Python-based implementation. Trusted by 800+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP