mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
tweak families and loader name
This commit is contained in:
parent
a550c7e05e
commit
72e51d04a5
1 changed files with 1 additions and 5 deletions
|
|
@ -10,17 +10,13 @@ class FileLoader(api.Loader):
|
|||
|
||||
Stores the imported asset in a container named after the asset.
|
||||
"""
|
||||
label = "File Loader"
|
||||
label = "Load file"
|
||||
|
||||
families = ["image",
|
||||
"render2d",
|
||||
"source",
|
||||
"plate",
|
||||
"render",
|
||||
"prerender",
|
||||
"review",
|
||||
"preview",
|
||||
"workfile",
|
||||
"audio"]
|
||||
representations = ["*"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue