mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Added audio family for importing .wav
This commit is contained in:
parent
39cce072aa
commit
db18930b94
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ class FileLoader(api.Loader):
|
|||
"prerender",
|
||||
"review",
|
||||
"preview",
|
||||
"workfile"]
|
||||
"workfile",
|
||||
"audio"]
|
||||
representations = ["*"]
|
||||
|
||||
def load(self, context, name=None, namespace=None, data=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue