[Bf-extensions-cvs] [7055cf41] master: object_collection_manager: use "Object" category

Campbell Barton noreply at git.blender.org
Mon Dec 9 11:27:35 CET 2019


Commit: 7055cf41eadc88cede6f1fb3ee12874b1c8f2b7c
Author: Campbell Barton
Date:   Mon Dec 9 21:04:08 2019 +1100
Branches: master
https://developer.blender.org/rBA7055cf41eadc88cede6f1fb3ee12874b1c8f2b7c

object_collection_manager: use "Object" category

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

M	object_collection_manager/__init__.py

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

diff --git a/object_collection_manager/__init__.py b/object_collection_manager/__init__.py
index 687f4fc7..976f4c7d 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():



More information about the Bf-extensions-cvs mailing list