tvpaint extract sequence convert single frame sequence to single file

This commit is contained in:
iLLiCiTiT 2021-02-01 14:58:35 +01:00
parent af80aee424
commit 78c41cb13f

View file

@ -146,6 +146,10 @@ class ExtractSequence(pyblish.api.Extractor):
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,