allow loading of workfiles as templates

This commit is contained in:
Milan Kolar 2020-07-23 15:27:52 +02:00
parent fc27d6d2df
commit cef1e9435b

View file

@ -9,7 +9,7 @@ from avalon import api, harmony
class ImportTemplateLoader(api.Loader):
"""Import templates."""
families = ["harmony.template"]
families = ["harmony.template", "workfile"]
representations = ["*"]
label = "Import Template"