[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21728] branches/blender2.5/blender/ release/ui/buttons_data_lamp.py: Ok, first commit! Hope this goes ok.

William Reynish william at reynish.com
Mon Jul 20 19:59:45 CEST 2009


Revision: 21728
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21728
Author:   billrey
Date:     2009-07-20 19:59:45 +0200 (Mon, 20 Jul 2009)

Log Message:
-----------
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.

Modified Paths:
--------------
    branches/blender2.5/blender/release/ui/buttons_data_lamp.py

Modified: branches/blender2.5/blender/release/ui/buttons_data_lamp.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_data_lamp.py	2009-07-20 17:42:40 UTC (rev 21727)
+++ branches/blender2.5/blender/release/ui/buttons_data_lamp.py	2009-07-20 17:59:45 UTC (rev 21728)
@@ -113,6 +113,8 @@
 		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:")





More information about the Bf-blender-cvs mailing list