create_light
Add lighting to 3D scenes in Blender by creating point, sun, spot, or area lights with customizable location, energy, and color settings.
Instructions
Create a new light in the scene.
Args: type: Light type. One of: POINT, SUN, SPOT, AREA. name: Optional name for the light. location: XYZ location as [x, y, z], default [0, 0, 0]. energy: Light energy/power, default 1000. color: RGB color as [r, g, b], default [1.0, 1.0, 1.0].
Returns: Confirmation dict with light name and properties.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| name | No | ||
| location | No | ||
| energy | No | ||
| color | No |