fix-a-mesh

diffdaff/fix-a-mesh
★ 0 stars Python 📦 Other Updated 1d ago
Photogrammetry / generative-3D refinement pipeline: Blender addon + MCP server bundled. Voxel remesh, LODs, UV unwrap, texture rebake, KTX2 compression.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fix-a-mesh": {
      "command": "uvx",
      "args": [
        "fix-a-mesh"
      ]
    }
  }
}

Or install with pip: pip install fix-a-mesh

README Excerpt

A photogrammetry / generative-3D refinement pipeline that takes dense, noisy, or non-manifold mesh output and walks it through a canonical sequence — voxel remesh, manifold extraction, LOD generation, UV unwrap, texture rebake, KTX2 compression — to produce production-ready assets. The same pipeline ships two ways:

Tools (5)

BLENDER_PYTHON_USER_SITEFIX_A_MESH_BLENDERFIX_A_MESH_KTX_BINFIX_A_MESH_PROJECT_DIRFIX_A_MESH_SCRIPTS_DIR