Hello,
I am using a script to create my conveyor system. my script is very simple. in the beginning I create 48 conveyors. the first image below shows you how I create these conveyors. then I have few for loops where I create additional conveyors. the second image show an example of one of the for loop. I started having issue when I added a third for loop in the script. what happens is, when I run the script, it looks like the model is taking forever and nothing is happening. and I have to close the model to stop it. if I run the script in a debug mode with many debugging points, I won't have the issue and I will get the results that I expected.