I have an input of multiple end points from different curves. I use the Path mapper twice to re structure the list into couples of end points for each curve. Out of interest is there a way to remap just once and achieve the same result?
Yes that is correct, the desired effect is to achieve couples of start and end points. But {i%N} does work for N curves as intended, but the draw back to this method that you have to manually change the Integer N in the PathMapper if you want it to be altered, where as your method negates this.
I have mentioned to David in another post about having a user input for the N in the Path Mapper Component.