Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-12-09 13:04:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-09 13:04:08 +0300
commit7055cf41eadc88cede6f1fb3ee12874b1c8f2b7c (patch)
treef0ca4aa5561e621b79c9bd93ee74287998031910 /object_collection_manager
parentf5fbe860fe1962673de7a7d479287e418152faff (diff)
object_collection_manager: use "Object" category
Diffstat (limited to 'object_collection_manager')
-rw-r--r--object_collection_manager/__init__.py6
1 files changed, 3 insertions, 3 deletions
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():