Page MenuHome

Fix T96194: Node Wrangler: Use enabled sockets for lazy mix
ClosedPublic

Authored by Leon Schittek (lone_noel) on Mar 6 2022, 3:24 PM.

Details

Summary

Add utility function to check for the first output that is
actually enabled rather than always using the first output
of a node.
The previous behavior would lead to confusing situations,
where a mix/math node was added but didn't seem to be
connected, when the first output was currently disabled.

Diff Detail

Event Timeline

Leon Schittek (lone_noel) requested review of this revision.Mar 6 2022, 3:24 PM
Leon Schittek (lone_noel) created this revision.
Leon Schittek (lone_noel) retitled this revision from Fix T96194: Only merge enabled socket with lazy mix to Fix T96194: Node Wrangler: Use enabled sockets for lazy mix.Mar 6 2022, 4:30 PM

Update to current state of master.

This revision is now accepted and ready to land.Jul 25 2022, 9:11 PM