diff --git a/client/ayon_core/plugins/publish/extract_burnin.py b/client/ayon_core/plugins/publish/extract_burnin.py index 6e7b4ef07e..a594a4fef5 100644 --- a/client/ayon_core/plugins/publish/extract_burnin.py +++ b/client/ayon_core/plugins/publish/extract_burnin.py @@ -703,6 +703,8 @@ class ExtractBurnin(publish.Extractor): """ # Add representation name to burnin data burnin_data["representation"] = repre["name"] + burnin_data["colorspace"] = repre.get( + "colorspaceData", {}).get("colorspace") # no handles switch from profile tags if "no-handles" in repre["tags"]: