[Bf-extensions-cvs] [b35ab976] master: align tools: move to Object category

meta-androcto noreply at git.blender.org
Sat Nov 30 23:42:20 CET 2019


Commit: b35ab976c2f56e90978d52a4fca5ba6e220b31ad
Author: meta-androcto
Date:   Sun Dec 1 09:41:57 2019 +1100
Branches: master
https://developer.blender.org/rBAb35ab976c2f56e90978d52a4fca5ba6e220b31ad

align tools: move to Object category

===================================================================

M	space_view3d_align_tools.py

===================================================================

diff --git a/space_view3d_align_tools.py b/space_view3d_align_tools.py
index 712e376d..de5192e3 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



More information about the Bf-extensions-cvs mailing list