smart_uv_tools
Automate UV mapping tasks: create auto seams, pack islands, straighten, check stretching, transfer UVs, or generate lightmap UVs for selected meshes.
Instructions
Advanced UV mapping operations beyond basic smart project.
Parameters:
mesh_name: Target mesh
operation: "auto_seams" — automatically mark seams at sharp edges + material boundaries params: {"angle": 60} — angle threshold in degrees "pack_islands" — optimize UV island packing params: {"margin": 0.02} "straighten" — straighten UV islands along grid "check_stretching" — analyze UV stretching/distortion "transfer_uv" — transfer UVs from source mesh params: {"source": "SourceMesh"} "lightmap_uv" — create secondary UV for lightmap params: {"margin": 0.1}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | {} | |
| mesh_name | Yes | ||
| operation | No | auto_seams |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |