fixed transfers error in integrate

This commit is contained in:
Jakub Trllo 2019-03-04 16:58:32 +01:00
parent 4b65b40c10
commit aadafc2c75
2 changed files with 5 additions and 1 deletions

View file

@ -178,6 +178,8 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
# Each should be a single representation (as such, a single extension)
representations = []
destination_list = []
if 'transfers' not in instance.data:
instance.data['transfers'] = []
for files in instance.data["files"]: