v@avoid_force = avoidforce;
I've added avoid_force to Bindings to Export. It does create the attribute but it's always 0, 0, 0. I've tried:
v@avoid_force = {1, 0, 0};
But it's still 0, 0, 0 in the geometry spreadsheet.
v@avoid_force = avoidforce;
v@avoid_force = {1, 0, 0};
HypoSectionthis would be {0,0,0} only for particles with 0 velocity as there is an early return for those , otherwise you should see {1, 0, 0}
... I've tried:But it's still 0, 0, 0 in the geometry spreadsheet.v@avoid_force = {1, 0, 0};
v@avoid_force = avoidforce;