From d24d0afea27a8df1785bd637e45d455f8ed85933 Mon Sep 17 00:00:00 2001 From: Nick Samarin Date: Sun, 18 Jul 2010 12:46:03 +0000 Subject: [PATCH] added 'COMPAT_ENGINES' attribute to the obstacle simulation panel --- release/scripts/ui/properties_game.py | 1 + 1 file changed, 1 insertion(+) diff --git a/release/scripts/ui/properties_game.py b/release/scripts/ui/properties_game.py index e581d7f1e3c..b4285180631 100644 --- a/release/scripts/ui/properties_game.py +++ b/release/scripts/ui/properties_game.py @@ -548,6 +548,7 @@ class WORLD_PT_game_physics(WorldButtonsPanel): class WORLD_PT_game_physics_obstacles(WorldButtonsPanel): bl_label = "Obstacle simulation" + COMPAT_ENGINES = {'BLENDER_GAME'} def draw(self, context): layout = self.layout