uv_unwrap
Unwrap mesh UVs for texturing in Blender by applying standard unwrap methods to specified objects, requiring marked seams for optimal results.
Instructions
Unwrap a mesh object's UVs using standard unwrap.
Requires seams to be marked for best results.
Args: object_name: Name of the mesh object. method: Unwrap method - ANGLE_BASED or CONFORMAL.
Returns: Confirmation dict with object name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| method | No | ANGLE_BASED |