Update client/ayon_core/hosts/maya/plugins/load/load_as_template.py

Co-authored-by: Toke Jepsen <tokejepsen@gmail.com>
This commit is contained in:
Roy Nieterau 2024-04-10 09:32:22 +02:00 committed by GitHub
parent 75dbba65bf
commit 6f8ab66eb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ from ayon_core.hosts.maya.api.workfile_template_builder import (
class LoadAsTemplate(load.LoaderPlugin):
"""Load workfile as a template """
product_types = {"workfile"}
product_types = {"workfile", "mayaScene"}
label = "Load as template"
representations = ["ma", "mb"]
icon = "wrench"