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')
-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