fix(nuke): version data frameStart/end excluded handles

This commit is contained in:
Jakub Jezek 2019-11-04 20:31:21 +01:00
parent 66d0b1b253
commit 1df729c206

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"]],