mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
allow loading of workfiles as templates
This commit is contained in:
parent
fc27d6d2df
commit
cef1e9435b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ from avalon import api, harmony
|
||||||
class ImportTemplateLoader(api.Loader):
|
class ImportTemplateLoader(api.Loader):
|
||||||
"""Import templates."""
|
"""Import templates."""
|
||||||
|
|
||||||
families = ["harmony.template"]
|
families = ["harmony.template", "workfile"]
|
||||||
representations = ["*"]
|
representations = ["*"]
|
||||||
label = "Import Template"
|
label = "Import Template"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue