From d11dba8c07755df22b8062456013980788849a4c Mon Sep 17 00:00:00 2001 From: Ryan Inch Date: Sun, 27 Sep 2020 02:13:22 -0400 Subject: Collection Manager: Fix QCD Tooltips. Task: T69577 Adds missing tooltips for QCD slot object selection. --- object_collection_manager/__init__.py | 2 +- object_collection_manager/qcd_operators.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'object_collection_manager') 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}" -- cgit v1.2.3