mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Update openpype/hosts/maya/api/plugin.py
Co-authored-by: Fabià Serra Arrizabalaga <fabia.serra92@gmail.com>
This commit is contained in:
parent
c5bf02cd89
commit
791c7deeb5
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ class MayaCreatorBase(object):
|
|||
cache = dict()
|
||||
cache_legacy = dict()
|
||||
|
||||
for node in cmds.ls(type='objectSet'):
|
||||
for node in cmds.ls(type="objectSet"):
|
||||
|
||||
if _get_attr(node, attr="id") != "pyblish.avalon.instance":
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue