diff --git a/pype/plugins/tvpaint/publish/extract_sequence.py b/pype/plugins/tvpaint/publish/extract_sequence.py index d3157772034..eb6bc670bb2 100644 --- a/pype/plugins/tvpaint/publish/extract_sequence.py +++ b/pype/plugins/tvpaint/publish/extract_sequence.py @@ -146,6 +146,10 @@ def process(self, instance): os.path.basename(filepath) for filepath in output_files_by_frame.values() ] + # Sequence of one frame + if len(repre_files) == 1: + repre_files = repre_files[0] + new_repre = { "name": ext, "ext": ext,