mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
tvpaint extract sequence convert single frame sequence to single file
This commit is contained in:
parent
af80aee424
commit
78c41cb13f
1 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue