From b35ab976c2f56e90978d52a4fca5ba6e220b31ad Mon Sep 17 00:00:00 2001 From: meta-androcto <meta.androcto1@gmail.com> Date: Sun, 1 Dec 2019 09:41:57 +1100 Subject: [PATCH] align tools: move to Object category --- 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 712e376da..de5192e3f 100644 --- a/space_view3d_align_tools.py +++ b/space_view3d_align_tools.py @@ -29,7 +29,7 @@ bl_info = { "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/3D interaction/Align_Tools", "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", - "category": "Interface", + "category": "Object", } import bpy -- GitLab