Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mesh_relax.py2
-rw-r--r--mesh_tiny_cad/__init__.py2
-rw-r--r--object_boolean_tools.py2
-rw-r--r--object_edit_linked.py2
-rw-r--r--oscurart_tools/__init__.py2
-rw-r--r--system_property_chart.py2
6 files changed, 6 insertions, 6 deletions
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": "",