set_smooth_shading
Change mesh shading to flat or interpolated. Auto-smooth uses angle threshold to maintain sharp edges without full flat shading.
Instructions
Toggle smooth or flat shading on a mesh object.
Parameters:
name: Mesh object name
smooth: True for smooth shading, False for flat
auto_smooth: Enable auto-smooth (smooths only edges below angle threshold)
angle: Auto-smooth threshold in degrees (default 30°)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| smooth | No | ||
| auto_smooth | No | ||
| angle | No |