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:27:04 +01:00 committed by GitHub
parent 82ae12695b
commit d2de6f1c72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ class CollectXgen(pyblish.api.InstancePlugin):
node + ".transform"
).split(".")[0]
if connected_transform not in data["xgenConnections"]:
data["xgenConnections"].append(connected_transform)
data["xgenConnections"].add(connected_transform)
# Collect all files under palette root as resources.
import xgenm