diff --git a/client/ayon_core/plugins/publish/extract_color_transcode.py b/client/ayon_core/plugins/publish/extract_color_transcode.py old mode 100644 new mode 100755 index 63a73e07fa..b13a41b090 --- a/client/ayon_core/plugins/publish/extract_color_transcode.py +++ b/client/ayon_core/plugins/publish/extract_color_transcode.py @@ -279,6 +279,12 @@ class ExtractOIIOTranscode(publish.Extractor): if "delete" in tags and "thumbnail" not in tags: instance.data["representations"].remove(repre) + if ( + added_review + and "review" not in instance.data["families"] + ): + instance.data["families"].append("review") + instance.data["representations"].extend(new_representations) def _rename_in_representation(self, new_repre, files_to_convert,