mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
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:
commit
4b8aa14c55
1 changed files with 2 additions and 2 deletions
|
|
@ -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"]],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue