Added audio family for importing .wav

This commit is contained in:
Petr Kalis 2020-11-03 10:38:53 +01:00
parent 39cce072aa
commit db18930b94

View file

@ -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):