[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [51750] trunk/blender/release/scripts/ startup/bl_ui/properties_data_lamp.py: Removing BLENDER_GAME from the COMPAT_ENGINES set for the sun lamp' s Sky & Atmosphere panel since it isn't supported in the BGE.

Mitchell Stokes mogurijin at gmail.com
Tue Oct 30 02:59:20 CET 2012


Revision: 51750
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51750
Author:   moguri
Date:     2012-10-30 01:59:15 +0000 (Tue, 30 Oct 2012)
Log Message:
-----------
Removing BLENDER_GAME from the COMPAT_ENGINES set for the sun lamp's Sky & Atmosphere panel since it isn't supported in the BGE.

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/properties_data_lamp.py

Modified: trunk/blender/release/scripts/startup/bl_ui/properties_data_lamp.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/properties_data_lamp.py	2012-10-29 23:17:07 UTC (rev 51749)
+++ trunk/blender/release/scripts/startup/bl_ui/properties_data_lamp.py	2012-10-30 01:59:15 UTC (rev 51750)
@@ -118,7 +118,7 @@
 
 class DATA_PT_sunsky(DataButtonsPanel, Panel):
     bl_label = "Sky & Atmosphere"
-    COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME'}
+    COMPAT_ENGINES = {'BLENDER_RENDER'}
 
     @classmethod
     def poll(cls, context):




More information about the Bf-blender-cvs mailing list