From b750aaaf978ebc4237e9e98af03d9e0983343b1b Mon Sep 17 00:00:00 2001 From: meta-androcto <meta.androcto1@gmail.com> Date: Sun, 16 Jun 2019 18:27:23 +1000 Subject: [PATCH] space_view3d_align_tools update bl_info location --- space_view3d_align_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/space_view3d_align_tools.py b/space_view3d_align_tools.py index 1c3afb771..fc29aec4c 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/" -- GitLab