uv_unwrap
Unwrap a mesh's UVs using seam-based methods, with options for angle-based or conformal unwrapping and margin padding between UV islands.
Instructions
UV unwrap a mesh using seam-based unwrapping. Methods: ANGLE_BASED (good default), CONFORMAL (preserves angles better). Margin adds padding between UV islands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| margin | No | ||
| method | No | ANGLE_BASED |