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:
authormeta-androcto <meta.androcto1@gmail.com>2019-06-16 11:48:37 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-06-16 11:48:37 +0300
commitc2821cac0dbe37b22fa4530c881c679b035f9b8b (patch)
tree0c5dd737201abd61223efbb62787cfd3c493ba04 /mesh_looptools.py
parent3151817bbf81f8be4d38ddc2926baad523cee9ff (diff)
part fix bl_info Locations
Diffstat (limited to 'mesh_looptools.py')
-rw-r--r--mesh_looptools.py2
1 files changed, 1 insertions, 1 deletions
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/"