TRELLIS Blender Plugin

TRELLIS Blender Plugin

Blender plugin for TRELLIS (3D AIGC Model, Text-to-3D, Image-to-3D)

FishWoWater

Developer Tools
Visit Server

README

TRELLIS Blender Plugin

Update: support text-to-3d and add mcp integration

A Blender addon that integrates TRELLIS's 3D generation capabilities into blender. TRELLIS is SOTA text-to-3d and image-to-3d AIGC model.

DemoVideo

Core Features

  • Text-to-3D: text -> textured 3D mesh
  • Image-to-3D: image -> textured 3D mesh
  • Text-conditioned Detail Variation: text + 3D mesh -> textured 3D mesh
  • Image-conditioned Detail Variation: image + 3D mesh -> textured 3D mesh
  • MCP integration: Integrates with MCP and can communicate with Cursor/Windsurf. Refer to Trellis MCP

Installation

Requirements

  • Blender 3.6.0 or higher
  • Running TRELLIS API server (Refer to my TreLLIS fork)

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)

Features

  • Asynchronous request processing
  • Real-time status updates
  • Error handing
    • "No selected file": Select an input image
    • "API connection error": Check if the API server is running
    • "Processing error": Check the API server logs for details

Any issue/discussion/contribution is welcomed!

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
MCP Package Docs Server

MCP Package Docs Server

Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.

Featured
Local
TypeScript
Claude Code MCP

Claude Code MCP

An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.

Featured
Local
JavaScript
@kazuph/mcp-taskmanager

@kazuph/mcp-taskmanager

Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.

Featured
Local
JavaScript
Linear MCP Server

Linear MCP Server

Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.

Featured
JavaScript
mermaid-mcp-server

mermaid-mcp-server

A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.

Featured
JavaScript
Jira-Context-MCP

Jira-Context-MCP

MCP server to provide Jira Tickets information to AI coding agents like Cursor

Featured
TypeScript
Linear MCP Server

Linear MCP Server

A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.

Featured
JavaScript
Sequential Thinking MCP Server

Sequential Thinking MCP Server

This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Featured
Python