mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix(nukestudio): fix family to plate instead of plates and adding mov representaion
This commit is contained in:
parent
be47d589f9
commit
d50f7c60f4
8 changed files with 103 additions and 23 deletions
|
|
@ -75,8 +75,8 @@ def loader_shift(node, frame, relative=True):
|
|||
class LoadSequence(api.Loader):
|
||||
"""Load image sequence into Nuke"""
|
||||
|
||||
families = ["write", "source", "plates"]
|
||||
representations = ["exr", "dpx"]
|
||||
families = ["write", "source", "plate"]
|
||||
representations = ["exr", "dpx"]
|
||||
|
||||
label = "Load sequence"
|
||||
order = -10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue