set_smooth_shading
Apply smooth or flat shading to mesh objects in Blender to control surface appearance for 3D modeling and rendering.
Instructions
Set smooth or flat shading on an object.
Args: object_name: Name of the mesh object. smooth: True for smooth shading, False for flat shading.
Returns: Confirmation dict.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| smooth | No |