[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39194] branches/soc-2011-cucumber/release /scripts/startup/bl_ui/properties_render.py: Looks like a merge from Trunk had messed up the change to have the bake menu in the game render panel .

Daniel Stokes kupomail at gmail.com
Mon Aug 8 20:28:46 CEST 2011


Revision: 39194
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39194
Author:   kupoman
Date:     2011-08-08 18:28:46 +0000 (Mon, 08 Aug 2011)
Log Message:
-----------
Looks like a merge from Trunk had messed up the change to have the bake menu in the game render panel. This brings it back.

Modified Paths:
--------------
    branches/soc-2011-cucumber/release/scripts/startup/bl_ui/properties_render.py

Modified: branches/soc-2011-cucumber/release/scripts/startup/bl_ui/properties_render.py
===================================================================
--- branches/soc-2011-cucumber/release/scripts/startup/bl_ui/properties_render.py	2011-08-08 18:23:56 UTC (rev 39193)
+++ branches/soc-2011-cucumber/release/scripts/startup/bl_ui/properties_render.py	2011-08-08 18:28:46 UTC (rev 39194)
@@ -603,7 +603,7 @@
 class RENDER_PT_bake(RenderButtonsPanel, bpy.types.Panel):
     bl_label = "Bake"
     bl_options = {'DEFAULT_CLOSED'}
-    COMPAT_ENGINES = {'BLENDER_RENDER'}
+    COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME'}
 
     def draw(self, context):
         layout = self.layout




More information about the Bf-blender-cvs mailing list