FIXED: switch CHOP cooking

If you open the controlpanel for /project1 and click and drag, math1 cooks even though switch1 is set to input1, which isn’t cooking.
Wasn’t this behaving differently previously?
switchCook.toe (2.03 KB)

could someone please look into this?

Hey sorry, I have looked at this but its not an easy fix. The Switch CHOP is being made dirty by the Panel CHOP. Panels are different from normal cooking because they ‘push’ data downstream, instead of the normal pulling that nodes do. Currently the nodes aren’t smart enough to know that Input 1 is pushing it data, but it doesn’t actually care about that inputs data.