mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
feat(nuke): adding colorspace to version data
This commit is contained in:
parent
5fd691efe3
commit
b5abaecdfe
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ class CollectGizmo(pyblish.api.InstancePlugin):
|
|||
"handleEnd": handle_end,
|
||||
"frameStart": first_frame + handle_start,
|
||||
"frameEnd": last_frame - handle_end,
|
||||
"colorspace": nuke.root().knob('workingSpaceLUT').value(),
|
||||
"version": int(version),
|
||||
"families": [instance.data["family"]] + instance.data["families"],
|
||||
"subset": instance.data["subset"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue