From 6d7013013fa95776a28177511f948d29e8c847f1 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Mon, 1 Feb 2021 14:58:35 +0100 Subject: [PATCH] tvpaint extract sequence convert single frame sequence to single file --- pype/plugins/tvpaint/publish/extract_sequence.py | 4 ++++ 1 file changed, 4 insertions(+) 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,