mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
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:
parent
75dbba65bf
commit
6f8ab66eb2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue