shade_auto_smooth
Auto-smooth shading by angle threshold. Smoothes faces with adjacent normals below the angle limit, producing clean hard-surface models.
Instructions
Apply angle-based auto-smooth shading to an object.
Smooths faces only where the angle between adjacent face normals is below the given threshold, giving clean results on hard-surface models.
Args: object_name: Name of the mesh object. angle: Auto-smooth angle threshold in radians (0.0 to pi). Defaults to ~30 degrees (0.523599 rad).
Returns: Confirmation dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| angle | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||