mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
add more representations to loaders
This commit is contained in:
parent
22449c9613
commit
42c5379950
2 changed files with 3 additions and 3 deletions
|
|
@ -75,8 +75,8 @@ def loader_shift(node, frame, relative=True):
|
|||
class LoadMov(api.Loader):
|
||||
"""Load mov file into Nuke"""
|
||||
|
||||
families = ["write", "source", "plate"]
|
||||
representations = ["mov", "preview"]
|
||||
families = ["write", "source", "plate", "render"]
|
||||
representations = ["mov", "preview", "review", "mp4"]
|
||||
|
||||
label = "Load mov"
|
||||
order = -10
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ def loader_shift(node, frame, relative=True):
|
|||
class LoadSequence(api.Loader):
|
||||
"""Load image sequence into Nuke"""
|
||||
|
||||
families = ["write", "source", "plate"]
|
||||
families = ["write", "source", "plate", "render"]
|
||||
representations = ["exr", "dpx"]
|
||||
|
||||
label = "Load sequence"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue