Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/ui/buttons_game.py')
-rw-r--r--release/ui/buttons_game.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/ui/buttons_game.py b/release/ui/buttons_game.py
index b662254f1bb..3158536585e 100644
--- a/release/ui/buttons_game.py
+++ b/release/ui/buttons_game.py
@@ -2,7 +2,7 @@
import bpy
class PhysicsButtonsPanel(bpy.types.Panel):
- __space_type__ = "BUTTONS_WINDOW"
+ __space_type__ = "PROPERTIES"
__region_type__ = "WINDOW"
__context__ = "physics"
@@ -171,7 +171,7 @@ bpy.types.register(PHYSICS_PT_game_physics)
bpy.types.register(PHYSICS_PT_game_collision_bounds)
class SceneButtonsPanel(bpy.types.Panel):
- __space_type__ = "BUTTONS_WINDOW"
+ __space_type__ = "PROPERTIES"
__region_type__ = "WINDOW"
__context__ = "scene"
@@ -276,7 +276,7 @@ bpy.types.register(SCENE_PT_game_player)
bpy.types.register(SCENE_PT_game_stereo)
class WorldButtonsPanel(bpy.types.Panel):
- __space_type__ = "BUTTONS_WINDOW"
+ __space_type__ = "PROPERTIES"
__region_type__ = "WINDOW"
__context__ = "world"