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 /oscurart_tools
parentc2821cac0dbe37b22fa4530c881c679b035f9b8b (diff)
fix bl_info locations
Diffstat (limited to 'oscurart_tools')
-rw-r--r--oscurart_tools/__init__.py2
1 files changed, 1 insertions, 1 deletions
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",