一键导入
metashape-round-trip
Export cleaned meshes from Blender to Metashape for re-texturing, then import the textured result back.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Export cleaned meshes from Blender to Metashape for re-texturing, then import the textured result back.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Batch FBX export with game-engine golden rules, pre-export checklist, and post-export verification.
Full 6-phase terrain cleanup pipeline for photogrammetry tiles - assessment, cleanup, envelope, classification, UV, optimization.
Step-by-step verification of PLY tile imports from Metashape - naming, transforms, bounding boxes, and grid coverage.
基于 SOC 职业分类
| name | metashape-round-trip |
| description | Export cleaned meshes from Blender to Metashape for re-texturing, then import the textured result back. |
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 |