mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix(nuke): version data frameStart/end excluded handles
This commit is contained in:
parent
66d0b1b253
commit
1df729c206
1 changed files with 2 additions and 2 deletions
|
|
@ -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"]],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue