RendermanLightSettings(IDPropertyGroup)

base classes — bpy_struct, IDPropertyGroup

class bpy.types.RendermanLightSettings(IDPropertyGroup)
emit_photons

Emit Photons from this light source

Type :boolean, default True
light_shaders
Type :lightShaders, (readonly)
ortho_scale

Scale factor for orthographic shadow maps

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

Size of the generated shadow map in pixels

Type :int in [-inf, inf], default 1024
shadow_method

How to calculate shadows

Type :enum in [‘NONE’, ‘SHADOW_MAP’, ‘RAYTRACED’], default ‘SHADOW_MAP’

Inherited Properties

Inherited Functions

References

Previous topic

RenderSettings(bpy_struct)

Next topic

RendermanMaterialSettings(IDPropertyGroup)