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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to