Page 1 of 1

Iteration issues

Posted: Mon Sep 01, 2025 4:42 pm
by DocTesla
Hi,

I guess I have a problem with the iterator function. I have a moving object that translates in from the back to the front. Now i would like to multiply this object to something between 5-10 times. The idea is that all the 10 objects follow each other in constant distances to each other. I wanted to use the Iterator for this but it looks like it doesn't work because the item is not multiplied or not as much as i defined it in the iterator. If there are any (random) iterations of the item they have no constant gap/interval inbetween.

Does anyone have an idea how to fix this? Or is it maybe a buggy function and the issues is well known?

PS: how can i upload an image to show you how i built it? Image

Re: Iteration issues

Posted: Mon Sep 01, 2025 5:56 pm
by Sadler
Perhaps something like this. These items are equi-spaced in Z according to the scale factor on the Z translate.
Screenshot 2025-09-01 184024.png
Screenshot 2025-09-01 184024.png (44.85 KiB) Viewed 9365 times
To add an image to posts use the attachments tab or, as it says, drag and drop onto the message box.
Screenshot 2025-09-01 184414.png
Screenshot 2025-09-01 184414.png (16.53 KiB) Viewed 9365 times

Re: Iteration issues

Posted: Mon Sep 01, 2025 8:44 pm
by DocTesla
hey Sadler, thank you for your reply. The first part is actually what i built but I haven't tried it yet with a second translate modifier. This should solve it!

And thanks for the tip about the image. I see the tab now :lol:

Re: Iteration issues

Posted: Tue Sep 02, 2025 12:50 am
by DocTesla
Here an example of the result as following your tips.
So I managed to make it look like an infite loop but actually it's an illusion because i've matched the two scale-modifiers in the translate modules. It actually works but I've lost some flexibility in parametrization.
HeartsInSpace.png
HeartsInSpace.png (189.38 KiB) Viewed 9358 times
Before this "swindle" I've tried to loop by using the increase modifier with a restart option but i never managed to get a smooth transition.
How can i make a "real" smooth loop?