From 7055cf41eadc88cede6f1fb3ee12874b1c8f2b7c Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Mon, 9 Dec 2019 21:04:08 +1100 Subject: [PATCH] object_collection_manager: use "Object" category --- object_collection_manager/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/object_collection_manager/__init__.py b/object_collection_manager/__init__.py index 687f4fc70..976f4c7d1 100644 --- a/object_collection_manager/__init__.py +++ b/object_collection_manager/__init__.py @@ -16,8 +16,7 @@ # # ##### END GPL LICENSE BLOCK ##### - -""" Copyright 2011 GPL licence applies""" +# Copyright 2011, Ryan Inch bl_info = { "name": "Collection Manager", @@ -28,7 +27,8 @@ bl_info = { "location": "View3D - Object Mode (Shortcut - M)", "warning": '', # used for warning icon and text in addons panel "wiki_url": "", - "category": "User Interface"} + "category": "Object", +} if "bpy" in locals(): -- GitLab