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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'archimesh/achm_main_panel.py')
-rw-r--r--archimesh/achm_main_panel.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/archimesh/achm_main_panel.py b/archimesh/achm_main_panel.py
index a2f72388..622cb21e 100644
--- a/archimesh/achm_main_panel.py
+++ b/archimesh/achm_main_panel.py
@@ -399,9 +399,10 @@ class AchmPencilAction(Operator):
class ArchimeshMainPanel(Panel):
bl_idname = "archimesh_main_panel"
bl_label = "Archimesh"
- bl_space_type = 'VIEW_3D'
+ bl_space_type = "VIEW_3D"
bl_region_type = "TOOLS"
- bl_category = 'Archimesh'
+ bl_category = "Create"
+ bl_context = "objectmode"
# ------------------------------
# Draw UI