[Bf-extensions-cvs] [d11dba8c] master: Collection Manager: Fix QCD Tooltips. Task: T69577

Ryan Inch noreply at git.blender.org
Sun Sep 27 08:14:53 CEST 2020


Commit: d11dba8c07755df22b8062456013980788849a4c
Author: Ryan Inch
Date:   Sun Sep 27 02:13:22 2020 -0400
Branches: master
https://developer.blender.org/rBAd11dba8c07755df22b8062456013980788849a4c

Collection Manager: Fix QCD Tooltips. Task: T69577

Adds missing tooltips for QCD slot object selection.

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

M	object_collection_manager/__init__.py
M	object_collection_manager/qcd_operators.py

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

diff --git a/object_collection_manager/__init__.py b/object_collection_manager/__init__.py
index 49ec349f..0f155745 100644
--- a/object_collection_manager/__init__.py
+++ b/object_collection_manager/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Collection Manager",
     "description": "Manage collections and their objects",
     "author": "Ryan Inch",
-    "version": (2, 15, 1),
+    "version": (2, 15, 2),
     "blender": (2, 80, 0),
     "location": "View3D - Object Mode (Shortcut - M)",
     "warning": '',  # used for warning icon and text in addons panel
diff --git a/object_collection_manager/qcd_operators.py b/object_collection_manager/qcd_operators.py
index f53fe6bc..c9ecf5d5 100644
--- a/object_collection_manager/qcd_operators.py
+++ b/object_collection_manager/qcd_operators.py
@@ -581,7 +581,9 @@ class ViewMoveQCDSlot(Operator):
             "  * LMB - Isolate slot.\n"
             "  * Shift+LMB - Toggle slot.\n"
             "  * Ctrl+LMB - Move objects to slot.\n"
-            "  * Ctrl+Shift+LMB - Toggle objects' slot"
+            "  * Ctrl+Shift+LMB - Toggle objects' slot.\n"
+            "  * Alt+LMB - Select objects in slot.\n"
+            "  * Alt+Shift+LMB - Toggle objects' selection for slot"
             )
 
         return f"{slot_string}{hotkey_string}"



More information about the Bf-extensions-cvs mailing list