set_eevee_light_path
Adjust intensity multipliers for diffuse, glossy, and transmission light bounces in EEVEE rendering to control their contribution to the final image.
Instructions
Set EEVEE light path intensity controls (Blender 5.1+).
Controls how strongly different light bounce types contribute to the final image. Only applies when render engine is BLENDER_EEVEE.
Args: diffuse_intensity: Intensity multiplier for diffuse bounces. Range: 0.0-10.0. glossy_intensity: Intensity multiplier for glossy/specular bounces. Range: 0.0-10.0. transmission_intensity: Intensity multiplier for transmission bounces. Range: 0.0-10.0.
Returns: Dict with the current light path intensity values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glossy_intensity | No | ||
| diffuse_intensity | No | ||
| transmission_intensity | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||