[Bf-extensions-cvs] [a5a236df] master: fix bl_info locations

meta-androcto noreply at git.blender.org
Sun Jun 16 11:07:38 CEST 2019


Commit: a5a236df5f6630ea17958e3006070ef609c6a4b8
Author: meta-androcto
Date:   Sun Jun 16 19:07:15 2019 +1000
Branches: master
https://developer.blender.org/rBAa5a236df5f6630ea17958e3006070ef609c6a4b8

fix bl_info locations

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

M	mesh_relax.py
M	mesh_tiny_cad/__init__.py
M	object_boolean_tools.py
M	object_edit_linked.py
M	oscurart_tools/__init__.py
M	system_property_chart.py

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

diff --git a/mesh_relax.py b/mesh_relax.py
index 6ace534e..a1dabf3d 100644
--- a/mesh_relax.py
+++ b/mesh_relax.py
@@ -26,7 +26,7 @@ bl_info = {
     "author": "Fabian Fricke",
     "version": (1, 2, 0),
     "blender": (2, 80, 0),
-    "location": "View3D > Specials > Relax ",
+    "location": "View3D > Edit Mode Context Menu > Relax ",
     "description": "Relax the selected verts while retaining the shape",
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
diff --git a/mesh_tiny_cad/__init__.py b/mesh_tiny_cad/__init__.py
index e72a919a..ee187180 100644
--- a/mesh_tiny_cad/__init__.py
+++ b/mesh_tiny_cad/__init__.py
@@ -25,7 +25,7 @@ bl_info = {
     "version": (1, 3, 2),
     "blender": (2, 80, 0),
     "category": "Mesh",
-    "location": "View3D > EditMode > (w) Specials",
+    "location": "View3D > EditMode Context Menu",
     "wiki_url": "http://zeffii.github.io/mesh_tiny_cad/",
     "tracker_url": "https://github.com/zeffii/mesh_tiny_cad/issues"
 }
diff --git a/object_boolean_tools.py b/object_boolean_tools.py
index ecaaf9c8..18cc0e4c 100644
--- a/object_boolean_tools.py
+++ b/object_boolean_tools.py
@@ -23,7 +23,7 @@ bl_info = {
     "author": "Vitor Balbio, Mikhail Rachinskiy, TynkaTopi, Meta-Androcto, Simon Appelt",
     "version": (0, 4, 0),
     "blender": (2, 80, 0),
-    "location": "View3D > Sidebar",
+    "location": "View3D > Sidebar > Edit Tab",
     "description": "Bool Tool Hotkey: Ctrl Shift B",
     "category": "Object",
 }
diff --git a/object_edit_linked.py b/object_edit_linked.py
index 269967bc..4d6ba312 100644
--- a/object_edit_linked.py
+++ b/object_edit_linked.py
@@ -22,7 +22,7 @@ bl_info = {
     "author": "Jason van Gumster (Fweeb), Bassam Kurdali, Pablo Vazquez, Rainer Trummer",
     "version": (0, 9, 1),
     "blender": (2, 80, 0),
-    "location": "File > External Data > Edit Linked Library",
+    "location": "File > External Data / View3D > Sidebar > Item Tab",
     "description": "Allows editing of objects linked from a .blend library.",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/Object/Edit_Linked_Library",
diff --git a/oscurart_tools/__init__.py b/oscurart_tools/__init__.py
index 874094c0..83914359 100644
--- a/oscurart_tools/__init__.py
+++ b/oscurart_tools/__init__.py
@@ -23,7 +23,7 @@ bl_info = {
     "author": "Oscurart",
     "version": (4, 0, 0),
     "blender": (2, 80, 0),
-    "location": "View3D > Toolbar and View3D > Specials (W-key)",
+    "location": "View3D > Context Menu > Object/Edit Modes",
     "description": "Tools for objects, render, shapes, and files.",
     "warning": "",
     "wiki_url": "https://www.oscurart.com.ar",
diff --git a/system_property_chart.py b/system_property_chart.py
index 06512a3e..7f44f89d 100644
--- a/system_property_chart.py
+++ b/system_property_chart.py
@@ -23,7 +23,7 @@ bl_info = {
     "author": "Campbell Barton (ideasman42)",
     "version": (0, 1, 1),
     "blender": (2, 80, 0),
-    "location": "Tool Shelf",
+    "location": "View3D > Sidebar > Item Tab",
     "description": ("Edit arbitrary selected properties for "
                     "objects/sequence strips of the same type"),
     "warning": "",



More information about the Bf-extensions-cvs mailing list