mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
feat(nuke): anatomy templates and version data family to render
This commit is contained in:
parent
cb6aa0c7be
commit
dc497be923
2 changed files with 2 additions and 2 deletions
|
|
@ -1269,7 +1269,7 @@ class ExporterReview:
|
||||||
'ext': self.ext,
|
'ext': self.ext,
|
||||||
'files': self.file,
|
'files': self.file,
|
||||||
"stagingDir": self.staging_dir,
|
"stagingDir": self.staging_dir,
|
||||||
"anatomy_template": "publish",
|
"anatomy_template": "render",
|
||||||
"tags": [self.name.replace("_", "-")] + add_tags
|
"tags": [self.name.replace("_", "-")] + add_tags
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@ class CollectNukeWrites(pyblish.api.InstancePlugin):
|
||||||
"frameEnd": last_frame - handle_end,
|
"frameEnd": last_frame - handle_end,
|
||||||
"version": int(instance.data['version']),
|
"version": int(instance.data['version']),
|
||||||
"colorspace": node["colorspace"].value(),
|
"colorspace": node["colorspace"].value(),
|
||||||
"families": [instance.data["family"]],
|
"families": ["render"],
|
||||||
"subset": instance.data["subset"],
|
"subset": instance.data["subset"],
|
||||||
"fps": instance.context.data["fps"]
|
"fps": instance.context.data["fps"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue