mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
changed pipeline id name to cbId
This commit is contained in:
parent
d4e846946e
commit
beb06718b2
1 changed files with 2 additions and 2 deletions
|
|
@ -612,10 +612,10 @@ def auto_connect_assets(src, dst):
|
|||
break
|
||||
|
||||
for input_transform in cmds.sets(in_set, query=True):
|
||||
mbid = cmds.getAttr(input_transform + ".mbID")
|
||||
mbid = cmds.getAttr(input_transform + ".cbId")
|
||||
input_shape = cmds.listRelatives(input_transform, shapes=True)[0]
|
||||
|
||||
for output_transform in lib.lsattr("mbID", value=mbid):
|
||||
for output_transform in lib.lsattr("cbId", value=mbid):
|
||||
|
||||
ref = cmds.referenceQuery(output_transform, referenceNode=True)
|
||||
if ref != src:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue