diff --git a/client/ayon_core/plugins/publish/extract_burnin.py b/client/ayon_core/plugins/publish/extract_burnin.py index 351d85a97f..f0b9f5d877 100644 --- a/client/ayon_core/plugins/publish/extract_burnin.py +++ b/client/ayon_core/plugins/publish/extract_burnin.py @@ -717,6 +717,8 @@ def prepare_repre_data(self, instance, repre, burnin_data, temp_data): """ # 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"]: