Constant movement of points along paths

in your case it could be better to just filter from point to point. this has the problem that it gets faster if the points are further away. but you could compensate that of by calculating the length to the next point and change the time per step…

also have a look here:

and here:

points along paths q.zip (75.4 kB)