fix: collection dump
This commit is contained in:
parent
960b699e3d
commit
d293b36f1e
@ -51,10 +51,10 @@ class BlCollection(BlDatablock):
|
||||
|
||||
# dump children collections
|
||||
collection_children = []
|
||||
for object in pointer.objects:
|
||||
collection_children.append(object.uuid)
|
||||
for child in pointer.children:
|
||||
collection_children.append(child.uuid)
|
||||
|
||||
data['children'] = collection_objects
|
||||
data['children'] = collection_children
|
||||
|
||||
# dumper = utils.dump_anything.Dumper()
|
||||
# dumper.depth = 2
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 1fb67db7eab31fa27cc07745250a02428605bdfa
|
||||
Subproject commit 63abb5584fff5f43a313af60ce40953cae72f522
|
Loading…
Reference in New Issue
Block a user