Setting Number of Scriptnode Clones for Compiled Network?
-
Can the number of clones be set at runtime for a ScriptNode Network—and if so, how?
Thanks!
-
@clevername27 The actual number of clones is a compile time constant, but you can set the number of clones that are processed dynamically with the
NumClones
parameter - all connected clone cables will also adapt to the dynamic amount of clones. -
@Christoph-Hart Thank you. And very cool.
-
C clevername27 has marked this topic as solved