Fix: Node Wrangler: new reroute locations on hidden nodes
commit2547ed9f9c9a75c4965ea7e153558479f6c690bd
authorDamien Picard <dam.pic@free.fr>
Tue, 23 Jan 2024 15:51:17 +0000 (23 16:51 +0100)
committerDamien Picard <dam.pic@free.fr>
Fri, 16 Feb 2024 17:41:48 +0000 (16 18:41 +0100)
tree8624ec7662ed5f59819e6dc34402c0c3d574bd29
parent16959c986e33d527bc5b5a0b52dca2b42ff9b49f
Fix: Node Wrangler: new reroute locations on hidden nodes

When a node was hidden, the NWAddReroutes operator used a hack to
calculate its width. This was broken since at least 2.80, and not
really needed AFAICT.

Replace this hack with the width directly read from the node.
node_wrangler/operators.py