Javascript is disabled in your browser.

We suggest you to enable it in order to naviguate properly on this website.

Iterator_icon_medium_square
SOP ROP
  • Current rating: 0.0/5
  • 1
  • 2
  • 3
  • 4
  • 5
(0 votes)
login or sign up to vote

FREE

Iterator

several depth command looping

by Guillaume Fradin


operator published 5 months ago

version 1


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

Downloadable Files

This tool is free, therefore you can start downloading those files now.
FREE Hip

demo_iterator.hip

65.9 KB

FREE Otl

iterator.001.otl

12.9 KB

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.
you used this tool on any of your projects? create a project or send participation requests to published projects Simply add it from

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 )


    1. This text editor uses markdown to format the text. view syntax informations

FEATURE

currently featured

Recent Activity


loading Loader