From cdfa3aa54eac5580688629d49f4a7cc328624365 Mon Sep 17 00:00:00 2001 From: MustafaJafar Date: Tue, 15 Jul 2025 19:44:52 +0300 Subject: [PATCH] implement `{colorspace}` key for burnins --- client/ayon_core/plugins/publish/extract_burnin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/ayon_core/plugins/publish/extract_burnin.py b/client/ayon_core/plugins/publish/extract_burnin.py index fa7fd4e504..73e62e4044 100644 --- a/client/ayon_core/plugins/publish/extract_burnin.py +++ b/client/ayon_core/plugins/publish/extract_burnin.py @@ -716,6 +716,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"]: