Looping list back into goals | Kangaroo and Metahopper

Hey everybody,

I am trying to reroute results from my kangaroo script back into one of the goals but wiring creates a recursive data stream.
I managed to make it work with metahopper by setting the slider properties but now I am wanting to stream a list of data.
Is there any way to do this?

Thank you so much for your help!

What is the actual looping logic you want to set up?

In some cases it may be possible to use looping plugins to create the cyclic dependency you want, but usually you’ll be better off scripting.
Depending on what the data is that feeds back in you might be able to do it all in one scripted custom Goal.

Hey Daniel!

I am calculating the resulting area of bubbles (polylines with springs) after the kangaroo solver and looping them into a polygonarea goal for different bubbles.

How exactly do you want to use the downstream area to feed into the upstream area?
It sounds like something that might be possible with existing goals or just a small modification of them.

Hey Daniel,

Sorry for my late response, things got in the way.
I got it working in the meantime!

Thanks for your help as always.