Python nodes in network loops

   498   0   0
User Avatar
Member
10 posts
Joined: Sept. 2019
Offline
Hello,

So I have built myself a loop in a network and for every iteration I would like to change a parameter. I do this by adding a python node in the network that changes the parameter per iteration. But there is a problem, the parameter change takes effect only the next iteration... The way I solve this now is to have a dummy iteration to set the parameter up then start the "real" iterations.
This feels rather stupid. I could not find any topics on python nodes in network loops so here I am asking you:
How do you design your loops if you need a parameter change per iteration?
  • Quick Links