Collection Manager: Fix regression. Task: T69577

Fix regression from rBA5a1e3d5023c0 Refactor and cleanup.
This commit is contained in:
Ryan Inch 2020-11-15 21:58:30 -05:00
parent 51ea73b0c9
commit 1bab44a793
2 changed files with 2 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, 18, 3),
"version": (2, 18, 5),
"blender": (2, 80, 0),
"location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel

View File

@ -563,7 +563,7 @@ class ViewMoveQCDSlot(Operator):
@classmethod
def description(cls, context, properties):
slot_name = qcd_slots.get_name(properties.slot)
slot_name = internals.qcd_slots.get_name(properties.slot)
slot_string = f"QCD Slot {properties.slot}: \"{slot_name}\"\n"
selection_hotkeys = ""