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:
authorRyan Inch <mythologylover75@gmail.com>2020-07-18 07:32:07 +0300
committerRyan Inch <mythologylover75@gmail.com>2020-07-18 07:32:07 +0300
commit52edc5f41f231eac04415f3722a354ab5972b03a (patch)
treef362ad054e4579907ddf88b8f950eee0f4f07b11 /object_collection_manager/ui.py
parentbda1b8bc98bc0315f1090c131fab19a3b282e047 (diff)
Collection Manager: Add to menus. Task: T69577
Add the main collection manager window and the QCD move widget to the Object->Collection menu, formerly these were only accessible through hotkeys. Improve tooltips to better describe what these do.
Diffstat (limited to 'object_collection_manager/ui.py')
-rw-r--r--object_collection_manager/ui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/object_collection_manager/ui.py b/object_collection_manager/ui.py
index 3bd614a6..76c44bb0 100644
--- a/object_collection_manager/ui.py
+++ b/object_collection_manager/ui.py
@@ -58,6 +58,7 @@ last_icon_theme_text_sel = None
class CollectionManager(Operator):
+ '''Manage and control collections, with advanced features, in a popup UI'''
bl_label = "Collection Manager"
bl_idname = "view3d.collection_manager"