Package bpy :: Module types :: Class SunLamp :: Class LampSkySettings
[hide private]
[frames] | no frames]

Class LampSkySettings

The Lamp Sky Settings Object

Sky related settings for a sun lamp.

References

Instance Variables [hide private]
boolean atmosphere
Apply sun effect on atmosphere.
float in [0, 500] atmosphere_distance_factor
Multiplier to convert blender units to physical distance.
float in [0, 1] atmosphere_extinction
Extinction scattering contribution factor.
float in [0, 1] atmosphere_inscattering
Scatter contribution factor.
float in [1, 30] atmosphere_turbidity
Sky turbidity.
float in [-1, 1] backscattered_light
Backscattered light.
float in [0, 20] horizon_brightness
Horizon brightness.
boolean sky
Apply sun effect on sky.
float in [0, 2] sky_blend
Blend factor with sky.
enum sky_blend_type
Blend mode for combining sun sky with world sky.
enum sky_color_space
Color space to use for internal XYZ->RGB color conversion.
float in [0, 20] sky_exposure
Strength of sky shading exponential exposure correction.
float in [0, 10] spread
Horizon Spread.
float in [0, 10] sun_brightness
Sun brightness.
float in [0, 10] sun_intensity
Sun intensity.
float in [0, 10] sun_size
Sun size.
Instance Variable Details [hide private]

sky_blend_type

Blend mode for combining sun sky with world sky. in...
  • MIX
  • ADD
  • MULTIPLY
  • SUBTRACT
  • SCREEN
  • DIVIDE
  • DIFFERENCE
  • DARKEN
  • LIGHTEN
  • OVERLAY
  • DODGE
  • BURN
  • HUE
  • SATURATION
  • VALUE
  • COLOR
Type:
enum

sky_color_space

Color space to use for internal XYZ->RGB color conversion. in...
  • SMPTE
  • REC709
  • CIE
Type:
enum