mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix(nuke): adding families
This commit is contained in:
parent
bbf4957f47
commit
b05bebe9c5
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class LoadMov(api.Loader):
|
|||
"""Load mov file into Nuke"""
|
||||
|
||||
families = ["write", "source", "plate", "render", "review"]
|
||||
representations = ["mov", "preview", "review", "mp4"]
|
||||
representations = ["wipmov", "h264", "mov", "preview", "review", "mp4"]
|
||||
|
||||
label = "Load mov"
|
||||
order = -10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue