Merge pull request #4362 from ynput/feature/OP-4617_Global-Update-rendered-frames-in-latest-version

Nuke: update rendered frames in latest version
This commit is contained in:
Petr Kalis 2023-01-27 14:51:25 +01:00 committed by GitHub
commit 816a2c42da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 175 additions and 19 deletions

View file

@ -534,6 +534,9 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
template_data["representation"] = repre["name"]
template_data["ext"] = repre["ext"]
# allow overwriting existing version
template_data["version"] = version["name"]
# add template data for colorspaceData
if repre.get("colorspaceData"):
colorspace = repre["colorspaceData"]["colorspace"]