Ok, first commit! Hope this goes ok.

Added the Turbidity parameter to the Sky panel in lamp buttons, since it affects sky as well as atmosphere.
This commit is contained in:
William Reynish
2009-07-20 17:59:45 +00:00
parent 0b4a6ddf4a
commit e43c425e8c

View File

@@ -113,6 +113,8 @@ class DATA_PT_sky(DataButtonsPanel):
col.itemR(lamp, "sky_blend")
col.itemR(lamp, "sky_color_space", text="Color Space")
col.itemR(lamp, "sky_exposure", text="Exposure")
col.itemS()
col.itemR(lamp, "atmosphere_turbidity", text="Turbidity")
col = split.column()
col.itemL(text="Horizon:")