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/internals.py')
-rw-r--r--object_collection_manager/internals.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/object_collection_manager/internals.py b/object_collection_manager/internals.py
index 706bc89d..1d159eca 100644
--- a/object_collection_manager/internals.py
+++ b/object_collection_manager/internals.py
@@ -255,7 +255,7 @@ class QCDSlots():
x += 1
- if self.length() > 20:
+ if self.length() == 20:
break
else:
@@ -279,7 +279,7 @@ class QCDSlots():
x += 1
- if self.length() > 20:
+ if self.length() == 20:
break