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 |