mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
suggestions from PR
This commit is contained in:
parent
14b52ac625
commit
ed89581dfb
3 changed files with 4 additions and 2 deletions
|
|
@ -533,6 +533,8 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
if repre.get("colorspaceData"):
|
||||
colorspace = repre["colorspaceData"]["colorspace"]
|
||||
# replace spaces with underscores
|
||||
# pipeline.colorspace.parse_colorspace_from_filepath
|
||||
# is checking it with underscores too
|
||||
colorspace = colorspace.replace(" ", "_")
|
||||
template_data["colorspace"] = colorspace
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue