nuke flip order

This commit is contained in:
Jakub Jezek 2023-03-02 11:30:42 +01:00
parent 9bb36864be
commit 5bb204cacb
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -67,6 +67,9 @@ class CollectNukeWrites(pyblish.api.InstancePlugin,
write_file_path = nuke.filename(write_node)
output_dir = os.path.dirname(write_file_path)
# get colorspace and add to version data
colorspace = napi.get_colorspace_from_node(write_node)
self.log.debug('output dir: {}'.format(output_dir))
if render_target == "frames":
@ -152,9 +155,6 @@ class CollectNukeWrites(pyblish.api.InstancePlugin,
instance.data["farm"] = True
self.log.info("Farm rendering ON ...")
# get colorspace and add to version data
colorspace = napi.get_colorspace_from_node(write_node)
# TODO: remove this when we have proper colorspace support
version_data = {
"colorspace": colorspace