From metashape-mcp
Batch exports available products from active Metashape chunk: point clouds, models, DEMs, orthomosaics, tiled models, reports, cameras to specified folder. Skips unavailable items, saves project first.
npx claudepluginhub jenkinsm13/claude-plugins --plugin metashape-mcpThis skill uses the workspace's default tool permissions.
Export all available processing results from the active Metashape chunk.
Sets up Metashape photogrammetry projects from scratch: imports photos/GPS/EXR masks, configures fisheye/rolling shutter/multi-camera sensors, runs image quality analysis via MCP server. For new captures.
Exports Blender 3D models and animations to web-optimized glTF via Python bpy scripts. Handles batch processing, asset optimization, texture baking, model compression for Three.js and Babylon.js.
Exports pixel art sprites from Aseprite to PNG, GIF, spritesheets, and JSON metadata for game engines like Unity, Godot, Phaser. Supports layouts, scaling, and frame exports.
Share bugs, ideas, or general feedback.
Export all available processing results from the active Metashape chunk.
get_model_stats and get_point_cloud_stats to see what existsexport_point_cloud(path, format="laz")export_model(path, format="obj", save_texture=True)export_dem(path, format="tif")export_orthomosaic(path, format="tif")export_tiled_model(path, format="cesium")export_report(path) (PDF)export_cameras(path, format="xml")save_project()