EnvironmentLightSettings(IDPropertyGroup)

base classes — bpy_struct, IDPropertyGroup

class bpy.types.EnvironmentLightSettings(IDPropertyGroup)
enable_environment_lighting

Add an environment ambient light source

Type :boolean, default False
enable_occlusion

Attenuate environment light with occlusion

Type :boolean, default False
environment_map

Image map to use for environment lighting

Type :string, default “”
intensity

Maximum distance for ray intersection testing

Type :float in [-inf, inf], default 1.0
occlusion_strength

Amount to attenuate environment light with occlusion

Type :float in [0, inf], default 1.0
samples

Number of samples to use when calculating environment lighting

Type :int in [-inf, inf], default 16

Inherited Properties

Inherited Functions

References

Previous topic

EnumPropertyItem(bpy_struct)

Next topic

EnvironmentMap(bpy_struct)