Thanks for the reply.
The project file is currently back on my other PC.
But, yes. Not exactly neurons ‘firing’ but the links between them being created.
Having them randomize is a really good idea, thanks, but how could I set it up in the following way:
(for example)
– Node 76 randomly creates a link between itself and Node 30 and generates (or repositions) a spline. This spline is within a sweep nurb which has its end growth being animated from 0% to 100% and as soon as it reaches 100% (growing from Node 76 to Node 30), Node 30 now randomly generates a new connection with another random node in this Cloner. Preferably, they would connect to multiple different nodes simultaneously but the order should be completely random.
Is this possible?
I started learning Python so maybe the solution would reveal itself, but until then, I am very stuck.