Hi, I'm trying to do a Sierpinski pyramid.
So I quickly made a pyramid, copied this pyramid to it's 5 outers point. At this point I thought "why not make a loop", but here comes my first problem. I needed to select only the outer points, no matter how many iterations I put.
So I've made an group range. But this group range has to be updated each iterations, because the "selecttotal1" will change depending on how many point is on the geo. I've made a quick code in an attribute wrangler to retreive this value, using the repeat_end's iterations.
But now I can't find a way to use my variable as a parameter for my group range.
Is there a way to output a variable in an attribute wrangler so I can use it on another node as a parameter ?
If so can someone explain me ? (I'm not that good in code btw so I would be kind of you to explain what does a potential code work )