Skip to content
Snippets Groups Projects
Commit 7055cf41 authored by Campbell Barton's avatar Campbell Barton
Browse files

object_collection_manager: use "Object" category

parent f5fbe860
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,7 @@ ...@@ -16,8 +16,7 @@
# #
# ##### END GPL LICENSE BLOCK ##### # ##### END GPL LICENSE BLOCK #####
# Copyright 2011, Ryan Inch
""" Copyright 2011 GPL licence applies"""
bl_info = { bl_info = {
"name": "Collection Manager", "name": "Collection Manager",
...@@ -28,7 +27,8 @@ bl_info = { ...@@ -28,7 +27,8 @@ bl_info = {
"location": "View3D - Object Mode (Shortcut - M)", "location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel "warning": '', # used for warning icon and text in addons panel
"wiki_url": "", "wiki_url": "",
"category": "User Interface"} "category": "Object",
}
if "bpy" in locals(): if "bpy" in locals():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment