Update openpype/hosts/maya/plugins/publish/collect_xgen.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Toke Jepsen 2023-06-19 16:26:57 +01:00 committed by GitHub
parent 83a37eaa76
commit 82ae12695b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ class CollectXgen(pyblish.api.InstancePlugin):
if data["xgmPalettes"]:
data["xgmPalette"] = data["xgmPalettes"][0]
data["xgenConnections"] = []
data["xgenConnections"] = set()
for node in data["xgmSubdPatches"]:
connected_transform = get_attribute_input(
node + ".transform"