base classes — bpy_struct, ID, Lamp
Constant direction parallel ray lamp
Threshold for Adaptive Sampling (Raytraced shadows)
| Type : | float in [0, 1], default 0.0 |
|---|
Color of shadows cast by the lamp
| Type : | float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0) |
|---|
Method to compute lamp shadow with
| Type : | enum in [‘NOSHADOW’, ‘RAY_SHADOW’], default ‘NOSHADOW’ |
|---|
Method for generating shadow samples: Adaptive QMC is fastest, Constant QMC is less noisy but slower
| Type : | enum in [‘ADAPTIVE_QMC’, ‘CONSTANT_QMC’], default ‘ADAPTIVE_QMC’ |
|---|
Amount of samples taken extra (samples x samples)
| Type : | int in [1, 64], default 0 |
|---|
Light size for ray shadow sampling (Raytraced shadows)
| Type : | float in [-inf, inf], default 0.0 |
|---|
Sky related settings for sun lamps
| Type : | LampSkySettings, (readonly, never None) |
|---|
Causes light to cast shadows only without illuminating objects
| Type : | boolean, default False |
|---|
Causes only objects on the same layer to cast shadows
| Type : | boolean, default False |
|---|
Inherited Properties
Inherited Functions
|