Page MenuHome

Fix T94290: Node wrangler misconnects some nodes
ClosedPublic

Authored by Wannes Malfait (Wannes) on Jul 5 2022, 4:09 PM.

Details

Summary

When using the "connect with menu" tool from node wrangler, it would
sometimes connect the link to the wrong socket. This was because the
index incrementing was placed inside the "if"-block. To fix this a more
"idiomatic" enumerate was used, which also makes the code easier to
read.

Diff Detail

Repository
rBA Blender Add-ons
Branch
node_wrangler_wrong_connections
Build Status
Buildable 22862
Build 22862: arc lint + arc unit