shade_auto_smooth
Apply angle-based auto-smooth shading to mesh objects. Smoothes faces below a threshold angle for 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 |
|---|---|---|---|
| angle | No | ||
| object_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||