mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix(nuke): build first workfile was not accepting jpeg sequences
This commit is contained in:
parent
bfe7534460
commit
41e6eb05ca
1 changed files with 1 additions and 1 deletions
|
|
@ -1135,7 +1135,7 @@ class BuildWorkfile(WorkfileSettings):
|
|||
regex_filter=None,
|
||||
version=None,
|
||||
representations=["exr", "dpx", "lutJson", "mov",
|
||||
"preview", "png"]):
|
||||
"preview", "png", "jpeg", "jpg"]):
|
||||
"""
|
||||
A short description.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue