mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Update server_addon/maya/client/ayon_maya/plugins/load/load_ornatrix_cache.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
fe2d42299b
commit
cc995f2570
1 changed files with 1 additions and 2 deletions
|
|
@ -30,8 +30,7 @@ class OxCacheLoader(plugin.Loader):
|
|||
|
||||
"""
|
||||
# Ensure Ornatrix is loaded
|
||||
if not cmds.pluginInfo("Ornatrix.mll", query=True, loaded=True):
|
||||
cmds.loadPlugin("Ornatrix.mll", quiet=True)
|
||||
cmds.loadPlugin("Ornatrix.mll", quiet=True)
|
||||
|
||||
product_type = context["product"]["productType"]
|
||||
# Build namespace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue