mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
add correct plugin name
This commit is contained in:
parent
ad6d03ceda
commit
42d0b19b46
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class OxAbcLoader(load.LoaderPlugin):
|
|||
|
||||
def load(self, context, name=None, namespace=None, data=None):
|
||||
plugin_list = get_plugins()
|
||||
if "ornatrix.dlo" not in plugin_list:
|
||||
if "ephere.plugins.autodesk.max.ornatrix.dlo" not in plugin_list:
|
||||
raise RuntimeError("Ornatrix plugin not "
|
||||
"found/installed in Max yet..")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue