create_light
Creates a new light in the Blender scene, allowing specification of type (point, sun, spot, area), energy, radius, size, spot size, target, location, and rotation.
Instructions
新建灯光。type: POINT/SUN/SPOT/AREA;energy 瓦;radius 软阴影半径;size 面光尺寸;spot_size 弧度;target 指向对象或坐标。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| size | No | ||
| type | Yes | ||
| color | No | ||
| energy | No | ||
| radius | No | ||
| target | No | ||
| location | No | ||
| rotation | No | ||
| spot_size | No | ||
| spot_blend | No |