set_shadow_settings
Configure shadow properties for lights in Blender by enabling shadows and adjusting softness radius to control lighting effects in 3D scenes.
Instructions
Configure shadow settings for a light.
Args: name: Name of the light object. use_shadow: Whether to enable shadows, default True. shadow_soft_size: Soft shadow radius, default 0.25.
Returns: Confirmation dict.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| use_shadow | No | ||
| shadow_soft_size | No |