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
83a37eaa76
commit
82ae12695b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue