[Bf-extensions-cvs] [fb45e242] master: archimesh: panel location: Create

meta-androcto noreply at git.blender.org
Tue Apr 16 09:16:02 CEST 2019


Commit: fb45e242cd32039710b7aec6b12ed983452ea949
Author: meta-androcto
Date:   Tue Apr 16 17:15:19 2019 +1000
Branches: master
https://developer.blender.org/rBAfb45e242cd32039710b7aec6b12ed983452ea949

archimesh: panel location: Create

===================================================================

M	archimesh/__init__.py
M	archimesh/achm_door_maker.py
M	archimesh/achm_main_panel.py
M	archimesh/achm_room_maker.py
M	archimesh/achm_venetian_maker.py
M	archimesh/achm_window_maker.py
M	archimesh/achm_window_panel.py

===================================================================

diff --git a/archimesh/__init__.py b/archimesh/__init__.py
index a9abe270..fa6d18a4 100644
--- a/archimesh/__init__.py
+++ b/archimesh/__init__.py
@@ -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",
diff --git a/archimesh/achm_door_maker.py b/archimesh/achm_door_maker.py
index b7c468a7..9a8644a7 100644
--- a/archimesh/achm_door_maker.py
+++ b/archimesh/achm_door_maker.py
@@ -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
diff --git a/archimesh/achm_main_panel.py b/archimesh/achm_main_panel.py
index 0db6bbd4..8ec19732 100644
--- a/archimesh/achm_main_panel.py
+++ b/archimesh/achm_main_panel.py
@@ -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"
 
     # ------------------------------
diff --git a/archimesh/achm_room_maker.py b/archimesh/achm_room_maker.py
index 702f9c0d..645311d2 100644
--- a/archimesh/achm_room_maker.py
+++ b/archimesh/achm_room_maker.py
@@ -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
diff --git a/archimesh/achm_venetian_maker.py b/archimesh/achm_venetian_maker.py
index 5ef9a9bc..4f7a35b2 100644
--- a/archimesh/achm_venetian_maker.py
+++ b/archimesh/achm_venetian_maker.py
@@ -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
diff --git a/archimesh/achm_window_maker.py b/archimesh/achm_window_maker.py
index 3e1b5ac9..2389387f 100644
--- a/archimesh/achm_window_maker.py
+++ b/archimesh/achm_window_maker.py
@@ -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
diff --git a/archimesh/achm_window_panel.py b/archimesh/achm_window_panel.py
index 30429070..b2050875 100644
--- a/archimesh/achm_window_panel.py
+++ b/archimesh/achm_window_panel.py
@@ -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



More information about the Bf-extensions-cvs mailing list