feat(nuke): adding colorspace to version data

This commit is contained in:
Jakub Jezek 2019-11-26 00:20:21 +01:00
parent 5fd691efe3
commit b5abaecdfe

View file

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