Fix T102751: Missing updates to input sockets of muted nodes
The input sockets of muted nodes still require updates in case an
incoming link is changed, e.g. a link is cut.
Differential D16622
Fix T102751: Missing updates to input sockets of muted nodes Authored by Michael Fraser (MichaelFraser) on Nov 25 2022, 11:55 PM. Tags Subscribers None
Details
Fix T102751: Missing updates to input sockets of muted nodes The input sockets of muted nodes still require updates in case an
Diff Detail
Event TimelineComment Actions Thanks for looking into this. While this fix does work, it's unfortunately not correct. The issue was that a few lines above socket.internal_link_input() returned null even when it should not. I committed the fix in rBb43bdd8ba28c: Fix T102751: missing tree update with muted nodes. |