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-07-21 07:41:47 +0300
committerRyan Inch <mythologylover75@gmail.com>2020-07-21 07:41:47 +0300
commitc5bee7deff9d275a9edb6abff261e2b5506efd48 (patch)
treefe5e8ce7bb1b1cd68ab18cbe319cfffa2b8164cd /object_collection_manager/ui.py
parent4eb733d819f2c3f873202ba645e411526ffc469f (diff)
Collection Manager: Fix cleanup. Task: T69577
Diffstat (limited to 'object_collection_manager/ui.py')
-rw-r--r--object_collection_manager/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_collection_manager/ui.py b/object_collection_manager/ui.py
index 6d576029..838c5d18 100644
--- a/object_collection_manager/ui.py
+++ b/object_collection_manager/ui.py
@@ -309,7 +309,7 @@ class CollectionManager(Operator):
icon='COLLECTION_NEW')
prop.child = False
- addcollec_row.operator("view3d.add_collection", text="Add SubCollection",
+ prop = addcollec_row.operator("view3d.add_collection", text="Add SubCollection",
icon='COLLECTION_NEW')
prop.child = True