I’m trying to figure out how to make the “Boolean Toggle” trigger switch set to “True” for as long as it takes to complete a loop using the anemone plugin in grasshopper and then default back to “False” afterwards.
I tried using Button but it won’t complete the loop properly unless I hold the button down for the defined amount of loops. I think its because I’m using the “Button” output for the “D1” input. Basically I need it to pump out “True” “True” “True” etc. for every loop item and then end with a “False”.