[Bf-extensions-cvs] [c2821cac] master: part fix bl_info Locations

meta-androcto noreply at git.blender.org
Sun Jun 16 10:48:57 CEST 2019


Commit: c2821cac0dbe37b22fa4530c881c679b035f9b8b
Author: meta-androcto
Date:   Sun Jun 16 18:48:37 2019 +1000
Branches: master
https://developer.blender.org/rBAc2821cac0dbe37b22fa4530c881c679b035f9b8b

part fix bl_info Locations

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

M	ant_landscape/__init__.py
M	archimesh/__init__.py
M	archipack/__init__.py
M	camera_turnaround.py
M	lighting_dynamic_sky.py
M	mesh_auto_mirror.py
M	mesh_bsurfaces.py
M	mesh_looptools.py
M	mesh_tools/__init__.py

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

diff --git a/ant_landscape/__init__.py b/ant_landscape/__init__.py
index edec0427..e176e19c 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 fa6d18a4..46d97b0d 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 431f7d15..6f66987f 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 e5581b35..d6942752 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 71ffd824..d556c3d0 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 7bc10f79..4407585d 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 890c19ff..1fc761ae 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 7a412f9c..dc37e4dc 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 d5b34e42..bdecb1f7 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/"



More information about the Bf-extensions-cvs mailing list