Collection Manager: Fix QCD Tooltips. Task: T69577

Adds missing tooltips for QCD slot object selection.
This commit is contained in:
Ryan Inch 2020-09-27 02:13:22 -04:00
parent 975f81d2bc
commit d11dba8c07
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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}"