CyclesLightSettings(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
CyclesLightSettings
(bpy_struct)¶ -
cast_shadow
¶ Light casts shadows
Type: boolean, default True
-
is_portal
¶ Use this area light to guide sampling of the background, note that this will make the light invisible
Type: boolean, default False
-
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 light, reduces noise for area lights and sharp glossy materials
Type: boolean, default True
-
classmethod
bl_rna_get_subclass
(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The RNA type or default when not found. Return type: bpy.types.Struct
subclass
-
classmethod
bl_rna_get_subclass_py
(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The class or default when not found. Return type: type
-
Inherited Properties
Inherited Functions