Search found 32 matches

by rebusbakery@gmail.com
Fri May 09, 2014 3:18 pm
Forum: Legacy
Topic: Getting Particles by Id/Index frustration
Replies: 9
Views: 9214

Re: Getting Particles by Id/Index frustration

Thanks for the response... Actually the for loop is one of the things that worked. I can get the list of indexes and in the for loop step through them one at a time. The problem is there is no node that I can connect the index to and get or set the individual particle information. The big problem, a...
by rebusbakery@gmail.com
Thu May 08, 2014 8:38 pm
Forum: Legacy
Topic: Getting Particles by Id/Index frustration
Replies: 9
Views: 9214

Getting Particles by Id/Index frustration

Trying to use the output from FindNearestNeighbors (FNN) to either change the velocity of existing nearby particles or use the found particles to spawn new particles in different emitter with ParticleAdd node. The FNN node works, outputs a list of indexes/ids that when connected to ParticleRemoveByI...