refactor: remove print
fix: collection childrens loading feat: replication version bump
This commit is contained in:
parent
15f5bfbc52
commit
0154fd2df5
@ -29,7 +29,6 @@ class BlCamera(BlDatablock):
|
||||
|
||||
def diff(self):
|
||||
d = diff(self.dump(pointer=self.pointer), self.buffer)
|
||||
print(d)
|
||||
return len(d)>1
|
||||
|
||||
bl_id = "cameras"
|
||||
|
@ -30,7 +30,7 @@ class BlCollection(BlDatablock):
|
||||
# Link childrens
|
||||
for collection in data["children"]:
|
||||
if collection not in target.children.keys():
|
||||
if bpy.data.collections.find(collection) == -1:
|
||||
# if bpy.data.collections.find(collection) == -1:
|
||||
target.children.link(
|
||||
bpy.data.collections[collection])
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 414fc6629e90e2b3bd36d279e2a7ded8ade786da
|
||||
Subproject commit 1d2614ccc396609dbf507e2d5c3d831704003491
|
Loading…
x
Reference in New Issue
Block a user