From c2821cac0dbe37b22fa4530c881c679b035f9b8b Mon Sep 17 00:00:00 2001
From: meta-androcto <meta.androcto1@gmail.com>
Date: Sun, 16 Jun 2019 18:48:37 +1000
Subject: [PATCH] part fix bl_info Locations

---
 ant_landscape/__init__.py | 2 +-
 archimesh/__init__.py     | 2 +-
 archipack/__init__.py     | 2 +-
 camera_turnaround.py      | 2 +-
 lighting_dynamic_sky.py   | 2 +-
 mesh_auto_mirror.py       | 2 +-
 mesh_bsurfaces.py         | 2 +-
 mesh_looptools.py         | 2 +-
 mesh_tools/__init__.py    | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/ant_landscape/__init__.py b/ant_landscape/__init__.py
index edec04276..e176e19c8 100644
--- a/ant_landscape/__init__.py
+++ b/ant_landscape/__init__.py
@@ -24,7 +24,7 @@ bl_info = {
     "author": "Jimmy Hazevoet",
     "version": (0, 1, 8),
     "blender": (2, 80, 0),
-    "location": "View3D > Sidebar",
+    "location": "View3D > Sidebar > Create Tab",
     "description": "Another Noise Tool: Landscape and Displace",
     "warning": "",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
diff --git a/archimesh/__init__.py b/archimesh/__init__.py
index fa6d18a46..46d97b0dd 100644
--- a/archimesh/__init__.py
+++ b/archimesh/__init__.py
@@ -28,7 +28,7 @@
 bl_info = {
     "name": "Archimesh",
     "author": "Antonio Vazquez (antonioya)",
-    "location": "View3D > Add Mesh / Sidebar",
+    "location": "View3D > Add Mesh / Sidebar > Create Tab",
     "version": (1, 2, 2),
     "blender": (2, 80, 0),
     "description": "Generate rooms, doors, windows, and other architecture objects",
diff --git a/archipack/__init__.py b/archipack/__init__.py
index 431f7d157..6f66987fc 100644
--- a/archipack/__init__.py
+++ b/archipack/__init__.py
@@ -33,7 +33,7 @@ bl_info = {
     'deps': '',
     'version': (1, 2, 83),
     'blender': (2, 80, 0),
-    'location': 'View3D > Tools > Create > Archipack',
+    'location': 'View3D > Sidebar > Create > Archipack',
     'warning': '',
     'wiki_url': 'https://github.com/s-leger/archipack/wiki',
     'tracker_url': 'https://github.com/s-leger/archipack/issues',
diff --git a/camera_turnaround.py b/camera_turnaround.py
index e5581b353..d69427522 100644
--- a/camera_turnaround.py
+++ b/camera_turnaround.py
@@ -21,7 +21,7 @@ bl_info = {
     "author": "Antonio Vazquez (antonioya)",
     "version": (0, 3, 0),
     "blender": (2, 80, 0),
-    "location": "View3D > Toolshelf > Animation Tab > Turnaround Camera",
+    "location": "View3D > Sidebar > View Tab > Turnaround Camera",
     "description": "Add a camera rotation around selected object",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/Animation/TurnaroundCamera",
diff --git a/lighting_dynamic_sky.py b/lighting_dynamic_sky.py
index 71ffd824a..d556c3d0b 100644
--- a/lighting_dynamic_sky.py
+++ b/lighting_dynamic_sky.py
@@ -24,7 +24,7 @@ bl_info = {
     "author": "Pratik Solanki",
     "version": (1, 0, 6),
     "blender": (2, 80, 0),
-    "location": "View3D > Tools",
+    "location": "View3D > Sidebar > Create Tab",
     "description": "Creates Dynamic Sky for Cycles",
     "warning": "",
     "wiki_url": "http://www.dragoneex.com/downloads/dynamic-skyadd-on",
diff --git a/mesh_auto_mirror.py b/mesh_auto_mirror.py
index 7bc10f79c..4407585de 100644
--- a/mesh_auto_mirror.py
+++ b/mesh_auto_mirror.py
@@ -12,7 +12,7 @@ bl_info = {
     "author": "Lapineige",
     "version": (2, 5, 2),
     "blender": (2, 80, 0),
-    "location": "View 3D > Sidebar > Tools Tab > AutoMirror (panel)",
+    "location": "View 3D > Sidebar > Edit Tab > AutoMirror (panel)",
     "warning": "",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
                 "Py/Scripts/Modeling/AutoMirror",
diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py
index 890c19ffd..1fc761ae6 100644
--- a/mesh_bsurfaces.py
+++ b/mesh_bsurfaces.py
@@ -22,7 +22,7 @@ bl_info = {
     "author": "Eclectiel, Spivak Vladimir(cwolf3d)",
     "version": (1, 6, 0),
     "blender": (2, 80, 0),
-    "location": "View3D > EditMode > ToolShelf",
+    "location": "View3D EditMode > Sidebar > Edit Tab",
     "description": "Modeling and retopology tool",
     "wiki_url": "https://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.64/Bsurfaces_1.5",
     "category": "Mesh",
diff --git a/mesh_looptools.py b/mesh_looptools.py
index 7a412f9c9..dc37e4dc4 100644
--- a/mesh_looptools.py
+++ b/mesh_looptools.py
@@ -21,7 +21,7 @@ bl_info = {
     "author": "Bart Crouch",
     "version": (4, 6, 7),
     "blender": (2, 80, 0),
-    "location": "View3D > Toolbar and View3D > Specials (W-key)",
+    "location": "View3D > Sidebar > Edit Tab / Edit Mode Context Menu",
     "warning": "",
     "description": "Mesh modelling toolkit. Several tools to aid modelling",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
diff --git a/mesh_tools/__init__.py b/mesh_tools/__init__.py
index d5b34e42d..bdecb1f77 100644
--- a/mesh_tools/__init__.py
+++ b/mesh_tools/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
     "author": "Meta-Androcto",
     "version": (0, 3, 6),
     "blender": (2, 80, 0),
-    "location": "View3D > Toolbar and View3D > Context Menu",
+    "location": "View3D > Sidebar > Edit Tab / Edit Mode Context Menu",
     "warning": "",
     "description": "Mesh modelling toolkit. Several tools to aid modelling",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
-- 
GitLab