mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
nuke flip order
This commit is contained in:
parent
9bb36864be
commit
5bb204cacb
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue