uv_mark_seams
Mark UV seams on a mesh with specific edges or automatic detection based on sharp angle. Optionally clear existing seams.
Instructions
Mark UV seams on a mesh.
Args: object_name: Target mesh object edge_indices: Specific edge indices to mark as seams sharp_angle: Auto-mark seams at edges sharper than this angle (degrees, 0=disabled) clear_existing: Clear all existing seams first
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| sharp_angle | No | ||
| edge_indices | No | ||
| clear_existing | No |