Iterator module syntax
Posted: Wed Nov 20, 2019 9:53 pm
I'm struggling to get a good understanding of this module, so I am wondering if anyone can help me out. I haven't really managed to get past the manual or completely understand the iterator basic example project.
My understanding so far is that the module creates multiple copies of what is passed to it by the preceding modules. Is that correct?
Where I start to get really lost is when the internal variable iterator# is used as a modifier. What does this variable represent?
In the first scene of the basic example project, there are two iterator modules with different iterations parameter numbers. Am I to assume that there are more than one internal variables called interator#.
Or, does the use of Internal-iterator# instruct the module to iterate whatever it is doing the number of times set in the iterator module? And if there are two such modules, it is the one further downstream that defines the iteration number?
I was going to ask about the global variable iters in other scenes, but I see that is just a created, named and defined constant set to the iteration number and for use in expressions throughout the scene concerned.
However I still have a question about iteration frequency? What is that?
I'm sure this would all be much more transparent if I had something beyond a very basic coding experience ....
Thanks in advance
My understanding so far is that the module creates multiple copies of what is passed to it by the preceding modules. Is that correct?
Where I start to get really lost is when the internal variable iterator# is used as a modifier. What does this variable represent?
In the first scene of the basic example project, there are two iterator modules with different iterations parameter numbers. Am I to assume that there are more than one internal variables called interator#.
Or, does the use of Internal-iterator# instruct the module to iterate whatever it is doing the number of times set in the iterator module? And if there are two such modules, it is the one further downstream that defines the iteration number?
I was going to ask about the global variable iters in other scenes, but I see that is just a created, named and defined constant set to the iteration number and for use in expressions throughout the scene concerned.
However I still have a question about iteration frequency? What is that?
I'm sure this would all be much more transparent if I had something beyond a very basic coding experience ....
Thanks in advance