mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Full attribute name for readability
This commit is contained in:
parent
c95752be96
commit
acd86c3091
1 changed files with 1 additions and 1 deletions
|
|
@ -1807,7 +1807,7 @@ def get_id_from_sibling(node, history_only=True):
|
|||
|
||||
for similar_node in similar_nodes:
|
||||
# Check if "intermediate object"
|
||||
if cmds.getAttr(similar_node + ".io"):
|
||||
if cmds.getAttr(similar_node + ".intermediateObject"):
|
||||
_id = get_id(similar_node)
|
||||
if _id:
|
||||
return _id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue