I would like to duplicate spreads, without changing the spreads count.
In the example attached I try to position at 3 different place, but the spread is splitted.
How to remain with the same numbers of slices for the spreads but at different positions?
The simplest solution would be LinearSpread after Cross…
@drehwurm Please note that your patch is producing 5^6 number of overlapping quads, because you are spreading second LinearSpread Input: 55 = 25 values that in Cross become 252525 = 15625, while it would be (5^3)3 the correct number, meaning 555 = 125 (first cube of cubes) and then * 3 = 375.