2010-07-08 16:10:14 +00:00
|
|
|
import bpy
|
2014-07-18 09:34:35 +00:00
|
|
|
bpy.context.lamp.sky.atmosphere_turbidity = 4.0
|
|
|
|
bpy.context.lamp.sky.sky_blend_type = 'ADD'
|
|
|
|
bpy.context.lamp.sky.sky_blend = 1.0
|
|
|
|
bpy.context.lamp.sky.horizon_brightness = 10.0
|
|
|
|
bpy.context.lamp.sky.spread = 1.49011614159e-09
|
|
|
|
bpy.context.lamp.sky.sky_color_space = 'SMPTE'
|
|
|
|
bpy.context.lamp.sky.sky_exposure = 1.0
|
|
|
|
bpy.context.lamp.sky.sun_brightness = 1.00000011921
|
|
|
|
bpy.context.lamp.sky.sun_size = 1.00000166893
|
|
|
|
bpy.context.lamp.sky.backscattered_light = 0.0
|
|
|
|
bpy.context.lamp.sky.sun_intensity = 4.0
|
|
|
|
bpy.context.lamp.sky.atmosphere_inscattering = 1.0
|
|
|
|
bpy.context.lamp.sky.atmosphere_extinction = 1.0
|