[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30466] branches/soc-2010-nicks/release/ scripts/ui/properties_game.py: added 'COMPAT_ENGINES' attribute to the obstacle simulation panel

Nick Samarin nicks1987 at bigmir.net
Sun Jul 18 14:46:03 CEST 2010


Revision: 30466
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30466
Author:   nicks
Date:     2010-07-18 14:46:03 +0200 (Sun, 18 Jul 2010)

Log Message:
-----------
added  'COMPAT_ENGINES' attribute to the obstacle simulation panel

Modified Paths:
--------------
    branches/soc-2010-nicks/release/scripts/ui/properties_game.py

Modified: branches/soc-2010-nicks/release/scripts/ui/properties_game.py
===================================================================
--- branches/soc-2010-nicks/release/scripts/ui/properties_game.py	2010-07-18 11:46:25 UTC (rev 30465)
+++ branches/soc-2010-nicks/release/scripts/ui/properties_game.py	2010-07-18 12:46:03 UTC (rev 30466)
@@ -548,6 +548,7 @@
 
 class WORLD_PT_game_physics_obstacles(WorldButtonsPanel):
     bl_label = "Obstacle simulation"
+    COMPAT_ENGINES = {'BLENDER_GAME'}
 
     def draw(self, context):
         layout = self.layout





More information about the Bf-blender-cvs mailing list