set_world_background
Configure the 3D scene background in Blender by setting a solid color or HDRI environment map with adjustable intensity.
Instructions
Set the world background to a solid color or HDRI environment map.
Args: color: RGB color as [r, g, b] for solid background. Mutually exclusive with hdri_path. hdri_path: Absolute path to an HDRI image file. Mutually exclusive with color. strength: Background strength/intensity, default 1.0.
Returns: Confirmation dict.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | ||
| hdri_path | No | ||
| strength | No |