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:27:23 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-06-16 11:27:23 +0300
commitb750aaaf978ebc4237e9e98af03d9e0983343b1b (patch)
tree990a2a974c89609822bdc5c186e037c85b6bb813 /space_view3d_align_tools.py
parentcdc90c00794faacddebf1682a01bfe9ae4e619c3 (diff)
space_view3d_align_tools update bl_info location
Diffstat (limited to 'space_view3d_align_tools.py')
-rw-r--r--space_view3d_align_tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/space_view3d_align_tools.py b/space_view3d_align_tools.py
index 1c3afb77..fc29aec4 100644
--- a/space_view3d_align_tools.py
+++ b/space_view3d_align_tools.py
@@ -23,7 +23,7 @@ bl_info = {
"author": "gabhead, Lell, Anfeo",
"version": (0, 3, 4),
"blender": (2, 80, 0),
- "location": "View3D > Tool Shelf > Tools",
+ "location": "View3D > Sidebar > Item Tab",
"description": "Align Selected Objects to Active Object",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"