mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Hound
This commit is contained in:
parent
ab0e3fab01
commit
caf26b8ab6
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class ExtractXgenCache(publish.Extractor):
|
|||
with delete_after() as delete_bin:
|
||||
duplicate_nodes = []
|
||||
# Collect nodes to export.
|
||||
for node, connections in instance.data["xgenConnections"].items():
|
||||
for _, connections in instance.data["xgenConnections"].items():
|
||||
transform_name = connections["transform"].split(".")[0]
|
||||
|
||||
# Duplicate_transform subd patch geometry.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue