gtafan: … always crashes and the problem seems to be in this line: lastSize = size … Delete both ‘\’ characters in the lines above the two lastSi…
Without any usability, but fun … (just to start the new year ) [code] struct parentStruct ( — Public Struct Data and Functions parentVar_01, pa…
That seems more a matter of inheritance than of dynamic class. Really hard to imagine how to do it.
It’s not the same, but… how about this? Struct STRUCTURE_COLLECTION_MANAGER ( private globalStructs, globalStNames, ID, public _, fn…
For my part, I would not mind trying. Do you have any way to do it?
You don’t need the local variable ‘test_ro’ (that is your problem). Delete this local variable. ‘test_ro’ is another ‘property’ of your modifier. Your…
Merry Christmas to you and everyone in this forum! Note: if you don’t expect scaled splines, DenisT’s solution is far better than mine.
denisT: I’ve added to my MXS extension several methods and options to take shape node scale into account. Also I’ve added snapshotAsSplineShape met…
If I remember well (I’m not in my desktop), take the second example spline and run the script with dist=300 & tolerance=0.01 (or lesser). Or the f…
I can’t test it until tomorrow, but have you tried scaling Kostadin’s spline? Functions based on length doesn’t work fine generally when there’s a sca…
Here’s a mixing of the DenisT’s “one step closer” and my bisection way. Seems not to freeze and supports scaled splines: fn scatterPointsOnSpline s…
The “one step closer” solution! Really clever. Fast and few memory. As always, you win. I just see two problems… well, two and a half. For some com…
No, taking 34sec is not to work. It shouldn’t take more than 0,1sec (in a slow computer for a spline like this one). I wouldn’t trust in the results y…
You must read deeper the CGTalk forum! ( join #() selection[1] ) Quote: DenisT dixit.
Thanks DenisT. Too complex then. It was just to select a default channel to apply the new mapping in case the user don’t specify it. As I allow ‘undo’…