Announcement

Collapse
No announcement yet.

Multiple simulations

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Multiple simulations

    Hi
    This has probably been adressed before.

    Is there a simple way to run a set of simulations in sequence automatically?
    Preferably with the option to render at the end of the last simulation?

  • #2
    yes, you can use the OnSimulationEnd callback function to start the next simulation, for example

    fn OnSimulationEnd=(
    a_startsim $PhoenixFD02
    )
    the body of the function is prepared in the script, just find it and fill the content. by default the content is an inactive code for start rendering, you can delete it or let it inactive, up to you.
    ______________________________________________
    VRScans developer

    Comment

    Working...
    X