Anemone - basic folding example

Hi there!
I’m a newbie trying this anemone-folding example. I’ve followed every step of the script but somehow the last wire connector won’t come out as a dashed line. The example file is set with 6 slides and it shows the dashed wire connector as seen in this screenshot. I’m also supposed to get a bunch of lists as a result.

I tried figuring it out with panels to see what’s going on and my data is not reading entirely the number of slides I’m setting. Let’s say I want 6 slides (just as in the example) and it only reads the first and the last one (screenshot 2).

Does somebody know what is it that I’m doing wrong? I swear I’ve followed all of the steps.
I’d appreciate any advice, please.
Thanks,
Keyla
anemone_folding example.gh (23.0 KB)

fold lines.gh (19.9 KB)
I created this cluster based on that tutorial.

Honeycam 2023-08-11 12-04-45

1 Like

1 Like

You missed one crucial step.

Look at the Fast Loop End component from the tutorial file:
anemone_01

Now look at the Fast Loop End component from your code:
anemone_02
Note that it is missing the message saying Record at the bottom of the component.

You need to right-click on the Fast Loop End component and select Record data

After this, your file works as expected:

-Kevin

1 Like

Thanks so much, Kevin!!

thanks!! :grinning: