Merged in hotfix/nuke_publish_load_workflow_improvment (pull request #352)

feat(nuke): improving nuke features

Approved-by: Milan Kolar <milan@orbi.tools>
This commit is contained in:
Jakub Ježek 2019-11-05 10:13:08 +00:00 committed by Milan Kolar
commit 4b8aa14c55

View file

@ -91,8 +91,8 @@ class CollectNukeWrites(pyblish.api.InstancePlugin):
"handles": handle_start,
"handleStart": handle_start,
"handleEnd": handle_end,
"frameStart": first_frame,
"frameEnd": last_frame,
"frameStart": first_frame + handle_start,
"frameEnd": last_frame - handle_end,
"version": int(version),
"colorspace": node["colorspace"].value(),
"families": [instance.data["family"]],