From blender-mcp
Export cleaned meshes from Blender to Metashape for re-texturing, then import the textured result back.
How this skill is triggered — by the user, by Claude, or both
Slash command
/blender-mcp:metashape-round-tripThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
After cleaning terrain meshes in Blender, they can be sent back to Metashape for photo-texturing. This produces high-quality textures from the original photographs, applied to the cleaned geometry.
After cleaning terrain meshes in Blender, they can be sent back to Metashape for photo-texturing. This produces high-quality textures from the original photographs, applied to the cleaned geometry.
For each tile to re-texture:
export_obj(path="/path/to/exchange/Tile_X-Y.obj", object_name="Tile_X-Y")Using metashape-mcp tools:
import_model(path="/path/to/exchange/Tile_X-Y.obj", format="obj")Using metashape-mcp tools:
build_uv(mapping_mode="generic", texture_size=8192)build_texture(blending_mode="mosaic", texture_size=8192, ghosting_filter=True)Using metashape-mcp tools:
export_model(path="/path/to/exchange/Tile_X-Y_textured.fbx", format="fbx", save_texture=True)import_fbx(path="/path/to/exchange/Tile_X-Y_textured.fbx")| Stage | Forward | Up | Units |
|---|---|---|---|
| Blender export (OBJ) | -Z | Y | meters |
| Metashape import | auto-detected | auto-detected | meters |
| Metashape export (FBX) | auto | auto | meters |
| Blender import (FBX) | -Z | Y | meters |
npx claudepluginhub jenkinsm13/claude-plugins --plugin better-blender-mcpCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.