set_light_property
Adjust light properties in Blender 3D scenes by modifying energy, color, shadow settings, and other illumination parameters for precise lighting control.
Instructions
Set a property on a light object.
Args: name: Name of the light object. property: Property to set. One of: energy, color, shadow_soft_size, spot_size, spot_blend, area_size, area_size_y, use_shadow, angle, specular_factor, diffuse_factor, volume_factor. value: The value to set. Type depends on the property.
Returns: Confirmation dict.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| property | Yes | ||
| value | Yes |