I just wanna make absolutely sure before I write my own - there’s no way to binsize b splines, correct? The current Bspline node (and all similar as far as I can tell) takes a count for knots but it only looks at the first one and assumes all splines have that same number of knots. At first I thought the PathVectors contribution might work, and while it has a bin size, it only spreads along a paths passed in to it so I need my bin sized b splines created before PathVector so that doesn’t work either.
If there’s no way to do it then I’ll write my own.
Thanks!