If blend between inputs is on, it would be great if the TOP would internally turn the blending off if the index parameter is at 0 or 1. The reason beeing that not both inputs need to be cooked in that case.
Wow just came here to post this ā¦ 10 years later.
Nearly any time I instantiate a Switch TOP thatās going to blend, I go into Blend Between Inputs and set the value to āme.par.index != 0 and me.par.index != 1ā. Would be nice if this were the default behavior.
Yeah ditto here, I always thought this was expected behavior for some reason related to having a TOP network cooking and ready were the index parameter to change suddenly, but now that I look closer that doesnāt make sense cause it only affects the next TOP in the switch TOP list, not also the previous.
I like your solution and will also add that me.par.index % 1 != 0
works for any number of inputs, though is not optimizable python : - (
Great hack! Yeah this could be default. Also see my RFE from ā¦2017