Merge pull request #5258 from BigRoy/refactor/maya_lib_get_reference_node

This commit is contained in:
Milan Kolar 2023-07-14 09:50:50 +02:00 committed by GitHub
commit 6e64b7275f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
from maya import cmds
from openpype.pipeline import InventoryAction
from openpype.hosts.maya.api.plugin import get_reference_node
from openpype.hosts.maya.api.lib import get_reference_node
class ImportReference(InventoryAction):

View file

@ -14,7 +14,7 @@ import openpype.hosts.maya.api.plugin
from openpype.hosts.maya.api import lib
from openpype.widgets.message_window import ScrollMessageBox
from openpype.hosts.maya.api.plugin import get_reference_node
from openpype.hosts.maya.api.lib import get_reference_node
class LookLoader(openpype.hosts.maya.api.plugin.ReferenceLoader):