Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Inch <mythologylover75@gmail.com>2020-11-16 05:58:30 +0300
committerRyan Inch <mythologylover75@gmail.com>2020-11-16 05:58:30 +0300
commit1bab44a79366a65f31b5047399744ea3b43871fc (patch)
tree25e10d472ed02a091def8886500bc17587ab6fec /object_collection_manager
parent51ea73b0c948315b544e962ab97825f6aa0d62ed (diff)
Collection Manager: Fix regression. Task: T69577
Fix regression from rBA5a1e3d5023c0 Refactor and cleanup.
Diffstat (limited to 'object_collection_manager')
-rw-r--r--object_collection_manager/__init__.py2
-rw-r--r--object_collection_manager/qcd_operators.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/object_collection_manager/__init__.py b/object_collection_manager/__init__.py
index 9f88c0e7..4c8901ce 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, 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
diff --git a/object_collection_manager/qcd_operators.py b/object_collection_manager/qcd_operators.py
index 9333fb31..6d79ac88 100644
--- a/object_collection_manager/qcd_operators.py
+++ b/object_collection_manager/qcd_operators.py
@@ -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 = ""