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, "handles": handle_start,
"handleStart": handle_start, "handleStart": handle_start,
"handleEnd": handle_end, "handleEnd": handle_end,
"frameStart": first_frame, "frameStart": first_frame + handle_start,
"frameEnd": last_frame, "frameEnd": last_frame - handle_end,
"version": int(version), "version": int(version),
"colorspace": node["colorspace"].value(), "colorspace": node["colorspace"].value(),
"families": [instance.data["family"]], "families": [instance.data["family"]],