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:
Diffstat (limited to 'object_collection_manager/qcd_operators.py')
-rw-r--r--object_collection_manager/qcd_operators.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/object_collection_manager/qcd_operators.py b/object_collection_manager/qcd_operators.py
index 4ffec562..b64c87f8 100644
--- a/object_collection_manager/qcd_operators.py
+++ b/object_collection_manager/qcd_operators.py
@@ -166,7 +166,7 @@ class ViewMoveQCDSlot(Operator):
elif modifiers == {"alt"}:
select_collection_objects(
- collection_index=None,
+ is_master_collection=False,
collection_name=qcd_slots.get_name(self.slot),
replace=True,
nested=False
@@ -174,7 +174,7 @@ class ViewMoveQCDSlot(Operator):
elif modifiers == {"alt", "shift"}:
select_collection_objects(
- collection_index=None,
+ is_master_collection=False,
collection_name=qcd_slots.get_name(self.slot),
replace=False,
nested=False