fix(nuke): build first workfile was not accepting jpeg sequences

This commit is contained in:
Jakub Jezek 2020-03-26 17:06:00 +01:00
parent bfe7534460
commit 41e6eb05ca
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -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.