Getting data from other events
#2
Hmm, that's a tricky one...if your flows have exactly the same number of particles and you don't plan to delete any of them (so the offset between their indices will always stay the same), you could accomplish that pretty simply with a script operator.

Within the particle loop you'd just put this line:

Code:
int offset = 5000;
tf.SetCustomVector(sInx, "channelName", tf.GetCustomVector(sInx + offset, "channelName"));
  Reply


Messages In This Thread
Getting data from other events - by masqu3rad3 - 04-04-2019, 07:57 AM
RE: Getting data from other events - by tyFlow - 04-04-2019, 08:19 AM
RE: Getting data from other events - by jrandom - 04-17-2019, 02:48 PM
RE: Getting data from other events - by tyFlow - 04-17-2019, 06:14 PM
RE: Getting data from other events - by 3d-agent - 04-18-2019, 02:23 PM
RE: Getting data from other events - by jrandom - 04-17-2019, 08:23 PM
RE: Getting data from other events - by cgdvs - 04-18-2019, 12:50 PM

Forum Jump: