add_light
Add a light to a Blender scene. Customize type (POINT, SUN, SPOT, AREA), energy, color, size for soft shadows, and rotation for directional lights.
Instructions
Add a light to the scene. Types: POINT, SUN, SPOT, AREA. Energy in watts. Color is [R,G,B]. Size controls shadow softness (AREA/POINT). Rotation in degrees (for SPOT/AREA directional lights).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| size | No | ||
| type | No | POINT | |
| color | No | ||
| energy | No | ||
| location | No | ||
| rotation | No |