CyclesLampSettings(PropertyGroup)

base classes — bpy_struct, PropertyGroup

class bpy.types.CyclesLampSettings(PropertyGroup)
cast_shadow

Lamp casts shadows

Type:boolean, default True
max_bounces

Maximum number of bounces the light will contribute to the render

Type:int in [0, 1024], default 1024
samples

Number of light samples to render for each AA sample

Type:int in [1, 10000], default 1
use_multiple_importance_sampling

Use multiple importance sampling for the lamp, reduces noise for area lamps and sharp glossy materials

Type:boolean, default False

Inherited Properties

Inherited Functions

References