mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Variable declaration
This commit is contained in:
parent
db7e9cc4aa
commit
802f8a482d
1 changed files with 1 additions and 0 deletions
|
|
@ -1810,6 +1810,7 @@ def get_id_from_sibling(node, history_only=True):
|
|||
similar_nodes = [x for x in similar_nodes if x != node]
|
||||
|
||||
first_id = None
|
||||
found_node = None
|
||||
for similar_node in similar_nodes:
|
||||
# Check if "intermediate object"
|
||||
if cmds.getAttr(similar_node + ".intermediateObject"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue