[Bf-extensions-cvs] [c5bee7de] master: Collection Manager: Fix cleanup. Task: T69577

Ryan Inch noreply at git.blender.org
Tue Jul 21 06:42:43 CEST 2020


Commit: c5bee7deff9d275a9edb6abff261e2b5506efd48
Author: Ryan Inch
Date:   Tue Jul 21 00:41:47 2020 -0400
Branches: master
https://developer.blender.org/rBAc5bee7deff9d275a9edb6abff261e2b5506efd48

Collection Manager: Fix cleanup. Task: T69577

===================================================================

M	object_collection_manager/ui.py

===================================================================

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



More information about the Bf-extensions-cvs mailing list