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 12:07:15 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-06-16 12:07:15 +0300
commita5a236df5f6630ea17958e3006070ef609c6a4b8 (patch)
treea51c94f9642c6d411718254ab9e16eb9408519b6 /mesh_tiny_cad
parentc2821cac0dbe37b22fa4530c881c679b035f9b8b (diff)
fix bl_info locations
Diffstat (limited to 'mesh_tiny_cad')
-rw-r--r--mesh_tiny_cad/__init__.py2
1 files changed, 1 insertions, 1 deletions
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"
}