From 110f1c9bed362ee550c870cbcf6ea50a5a89b0b3 Mon Sep 17 00:00:00 2001 From: Kayla Man Date: Mon, 17 Jun 2024 14:53:40 +0800 Subject: [PATCH] simpifiy the product type name --- .../maya/client/ayon_maya/plugins/load/load_ornatrix_rig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_addon/maya/client/ayon_maya/plugins/load/load_ornatrix_rig.py b/server_addon/maya/client/ayon_maya/plugins/load/load_ornatrix_rig.py index 4ce4da726a..20bd033717 100644 --- a/server_addon/maya/client/ayon_maya/plugins/load/load_ornatrix_rig.py +++ b/server_addon/maya/client/ayon_maya/plugins/load/load_ornatrix_rig.py @@ -86,7 +86,7 @@ class OxRigLoader(plugin.ReferenceLoader): node.endswith("input_SET")), None) self.log.info("Creating variant: {}".format(variant)) - creator_identifier = "io.openpype.creators.maya.ornatrixcache" + creator_identifier = "io.openpype.creators.maya.OxCache" host = registered_host() create_context = CreateContext(host)