add_light
Add a point, sun, spot, or area light to a Blender scene with customizable location, energy, color, and shadow softness.
Instructions
Add a light to the Blender scene.
Parameters:
light_type: POINT, SUN, SPOT, or AREA
name: Name for the light object (optional)
location: Comma-separated x,y,z (default "0,0,5")
energy: Light power in watts (default 1000)
color: Comma-separated r,g,b in 0..1 range (default "1,1,1")
radius: Shadow soft radius (default 0.1)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| light_type | No | POINT | |
| name | No | ||
| location | No | 0,0,5 | |
| energy | No | ||
| color | No | 1,1,1 | |
| radius | No |