Skip to content
Snippets Groups Projects
Commit fcf1957d authored by meta-androcto's avatar meta-androcto
Browse files

fix archimesh panels, default to "Create Tab", quick context object mode only

parent 67e7e5ce
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ class Archi_Pref(AddonPreferences):
category = StringProperty(
name="Tab Category",
description="Choose a name for the category of the panel",
default="Archimesh",
default="Create",
update=update_panel
)
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment