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:
Diffstat (limited to 'btrace/__init__.py')
-rw-r--r--btrace/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/btrace/__init__.py b/btrace/__init__.py
index 4e200a53..e1afac58 100644
--- a/btrace/__init__.py
+++ b/btrace/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
"author": "liero, crazycourier, Atom, Meta-Androcto, MacKracken",
"version": (1, 2, 2),
"blender": (2, 80, 0),
- "location": "View3D",
+ "location": "View3D > Sidebar > Create Tab",
"description": "Tools for converting/animating objects/particles into curves",
"warning": "Particle Tracers not working",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Curve/Btrace",