I have 14 consecutive circles in a circle node. I want to move each circle on the z axis such that it forms the shape of a Christmas tree, with the distance between each circle being 10 units. But I do not want to use List item, coz what if I had 100 circles, then it would be very time staking. I’ve faced this issue many times but haven’t found a way yet.
Hope I’m making sense.
Disclaimer: This might be a repeated question here, but I haven’t found a desired solution to it yet, hence the post. Please bear with me.
Use a series component? Do so for the radii of the circles and the corresponding amount of times you wish to move them. Or, use one radius only, still copy-move the circle X times with series and then scale them gradually.