mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
🐛 fix getting attribute for multilayer pxr
This commit is contained in:
parent
4b8e7e1ed0
commit
c8a8831f8d
1 changed files with 1 additions and 1 deletions
|
|
@ -571,7 +571,7 @@ class CollectLook(pyblish.api.InstancePlugin):
|
|||
|
||||
self.log.debug(" - got {}".format(cmds.nodeType(node)))
|
||||
|
||||
attribute = FILE_NODES.get(cmds.nodeType(node))
|
||||
attribute = get_attributes(FILE_NODES, cmds.nodeType(node))
|
||||
source = cmds.getAttr("{}.{}".format(
|
||||
node,
|
||||
attribute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue