mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #952 from pypeclub/bugfix/3.0_tvpaint_single_frame_sequence
Fix single frame Sequence in TVPaint
This commit is contained in:
commit
a3614d7a91
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