Skip to content
Snippets Groups Projects
Commit d67d4537 authored by Ryan Inch's avatar Ryan Inch
Browse files

Collection Manager: QCD tooltip fixes. Task: T69577

Add LMB shortcut to the QCD header widget tooltip.
Remove redundant references to QCD from this tooltip.
parent 2ec6a79d
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ bl_info = {
"name": "Collection Manager",
"description": "Manage collections and their objects",
"author": "Ryan Inch",
"version": (2, 7, 20),
"version": (2, 7, 21),
"blender": (2, 80, 0),
"location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel
......
......@@ -140,8 +140,9 @@ class ViewMoveQCDSlot(Operator):
slot_string = f"QCD Slot {properties.slot}: \"{slot_name}\"\n"
hotkey_string = (
" * Shift+LMB - Toggle QCD slot.\n"
" * Ctrl+LMB - Move objects to QCD slot.\n"
" * LMB - Isolate slot.\n"
" * Shift+LMB - Toggle slot.\n"
" * Ctrl+LMB - Move objects to slot.\n"
" * Ctrl+Shift+LMB - Toggle objects' slot"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment