archimesh: panel location: Create

This commit is contained in:
Brendon Murphy 2019-04-16 17:15:19 +10:00
parent 5ed80ecf02
commit fb45e242cd
7 changed files with 8 additions and 8 deletions

View File

@ -28,8 +28,8 @@
bl_info = {
"name": "Archimesh",
"author": "Antonio Vazquez (antonioya)",
"location": "View3D > Add > Mesh > Archimesh",
"version": (1, 2, 0),
"location": "View3D > Add Mesh / Sidebar",
"version": (1, 2, 2),
"blender": (2, 80, 0),
"description": "Generate rooms, doors, windows, and other architecture objects",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Add_Mesh/Archimesh",

View File

@ -401,7 +401,7 @@ class ARCHIMESH_PT_DoorObjectgenerator(Panel):
bl_label = "Door"
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_category = 'View'
bl_category = 'Create'
# -----------------------------------------------------
# Verify if visible

View File

@ -392,7 +392,7 @@ class ARCHIMESH_PT_Main(Panel):
bl_label = "Archimesh"
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
bl_category = "View"
bl_category = "Create"
bl_context = "objectmode"
# ------------------------------

View File

@ -1620,7 +1620,7 @@ class ARCHIMESH_PT_RoomGenerator(Panel):
bl_label = "Room"
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_category = 'View'
bl_category = 'Create'
# -----------------------------------------------------
# Verify if visible

View File

@ -381,7 +381,7 @@ class ARCHIMESH_PT_VenetianObjectgenerator(Panel):
bl_label = "Venetian"
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_category = 'View'
bl_category = 'Create'
# -----------------------------------------------------
# Verify if visible

View File

@ -427,7 +427,7 @@ class ARCHIMESH_PT_WindowObjectgenerator(Panel):
bl_label = "Window Rail"
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_category = 'View'
bl_category = 'Create'
# -----------------------------------------------------
# Verify if visible

View File

@ -1790,7 +1790,7 @@ class ARCHIMESH_PT_WindowEdit(Panel):
bl_label = "Window Panel"
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_category = 'View'
bl_category = 'Create'
# -----------------------------------------------------
# Verify if visible