mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Update openpype/hosts/maya/plugins/publish/collect_xgen.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
82ae12695b
commit
d2de6f1c72
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue