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
path: root/btrace
diff options
context:
space:
mode:
authormeta-androcto <meta.androcto1@gmail.com>2019-06-16 11:35:39 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-06-16 11:35:39 +0300
commit3151817bbf81f8be4d38ddc2926baad523cee9ff (patch)
treec90c6aaa50b7f041c7247c4075381ac5df92f7cd /btrace
parentb750aaaf978ebc4237e9e98af03d9e0983343b1b (diff)
btrace: update bl_info location
Diffstat (limited to 'btrace')
-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",