mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
fix(nuke): loader were not reading jpeg sequence
This commit is contained in:
parent
7cf52caf06
commit
c166c189f8
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class LoadSequence(api.Loader):
|
|||
"""Load image sequence into Nuke"""
|
||||
|
||||
families = ["write", "source", "plate", "render"]
|
||||
representations = ["exr", "dpx"]
|
||||
representations = ["exr", "dpx", "jpg", "jpeg"]
|
||||
|
||||
label = "Load sequence"
|
||||
order = -10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue