From beb06718b2d54a9102f155249c2087357bfc308f Mon Sep 17 00:00:00 2001 From: aardschok Date: Tue, 25 Jul 2017 13:47:43 +0200 Subject: [PATCH] changed pipeline id name to cbId --- colorbleed/maya/commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colorbleed/maya/commands.py b/colorbleed/maya/commands.py index b31e4abe64..c2943128a3 100644 --- a/colorbleed/maya/commands.py +++ b/colorbleed/maya/commands.py @@ -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: