|
|
SOP
ROP
Iterator
several depth command looping
loop, command
|
Description
The iterator allows you to define loops inside of which a command will be run. This can be useful to run several simulations with different seeds (as shown in the example video) and accumulate their results. But this is not limited to particles, as any process can be run through it.
This can be quite powerful when used in combination with the Geocache.
Parameters
|
Command
|
The command that will be run at every iteration. The default is:
message `ch("val1")`
which will display a popup with the iteration index value. This is good for testing and getting a grasp of how to use this operator. You can easily use the value of several index (from several for loops) as such:
message `ch("val1")` `ch("val2")`
You may also want to use
python -c
in order to launch python
|
|
Start
|
Push this button to start the iteration
|
|
Nb Indices
|
The number of loops you want to iterator through.
|
|
Mode
|
Specify if you want to iterate over a range or a specific index list
|
|
Range
|
Specify your range. Just like a frame range.
|
|
Frame List
|
In case you need to specify a list of non continuous indices. Good when restarting broken frames for instance.
|
|
Nb Frames
|
Simply a hint of the number of indices generated by the Frame List paramter.
|
|
Val
|
Current value of the iteration. This is the parameter you may need to reference in other operator. It is the one being referenced in the default command parameter.
|
Gallery
|
Video
demo_iterator.mp4
1 minute and 54 seconds - 1904x1168
|
or
download
|
Downloadable Files
This tool is free, therefore you can start downloading those files now.
|
FREE
|
Hip
|
demo_iterator.hip
65.9 KB
|
download
|
|
FREE
|
Otl
|
iterator.001.otl
12.9 KB
|
download
|
Projects
No user has yet declared to have used this tool on a project.
Have you used this tool in one of your projects?
login
or
sign up
in order to add it here.
Related Tools
Discuss
Feel free to open the first topic about this tool. You are welcome to ask any questions( new features you would like to see implemented, give suggestions on how to improve it, ask for advices, mention a bug...)
(
login
or
sign up
to participate in the forum )
FEATURE
currently featured
|