fix(nuke): plublish workfile handle_start/end was not correct

This commit is contained in:
Jakub Jezek 2019-07-11 16:53:42 +02:00
parent 91bbf71218
commit 322ec3e3c8
5 changed files with 66 additions and 32 deletions

View file

@ -539,7 +539,8 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
# Include optional data if present in
optionals = [
"startFrame", "endFrame", "step", "handles", "sourceHashes"
"startFrame", "endFrame", "step", "handles",
"handle_end", "handle_start", "sourceHashes"
]
for key in optionals:
if key in instance.data: