create_light_rig
Set up professional lighting rigs in Blender for 3D scenes. Choose from preset configurations like three-point, studio, rim, or outdoor lighting to enhance rendering quality.
Instructions
Create a pre-built lighting rig (multiple lights arranged for common setups).
Args: type: Rig type. One of: THREE_POINT, STUDIO, RIM, OUTDOOR. target: Optional name of the object the rig should point at. intensity: Overall intensity of the lights, default 1000.
Returns: Confirmation dict with names of all created lights.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| target | No | ||
| intensity | No |