Copy output connections of wires?

By pressing ctrl+shift on the output, I can disconnect all the wires and connect it to output of other component. Is there a way all the connections get copied to output of another component without getting disconnected from the output of previous component?

You could interpose a parameter and move the multiple outputs to it, then connect or remove multiple inputs easily.

bridge_param

2 Likes

Thanks! That’s a great workaround! :+1:

Yes, that “output adapter” approach is what I use all the time.

// Rolf

It is very similar to how a Stream Filter is used:

connect_wires_2020Sep16a
connect_wires_2020Sep16a.gh (6.1 KB)

1 Like