I will, thx for info.
I have c# parser of mxs html reference files. 3500~ files processed in about four seconds on my laptop But it produce quite raw data, so there’s a lo…
3dcenter is dead so I sometimes use it as a hosting. Sad but true
It’s crashing because you’re trying to rotate an object from a background thread which is a big nono in 3dsmax. There’s nothing to add here.
No luck I’m still using 2014.
this …
You can check segment-segment intersection for the bottom curve segments. And then move these overlapping points away from the point of intersection.
I’ll stick with the compiled version then. Thx
Thanks, Rotem. I couldn’t notice any ‘leak’ after several thousands of function calls, but spy++ shows clearly that every call a new memory address is…
what if we average these splines several times and then use tangents of one of the averaged spline to evenly place knots with some precalculated avera…
appendIfUnique <array> <value>
looks like a treeview. or wpf treeview
That should work. upd. Struct copy should be recursive indeed. struct myTest ( name = “node1”, testVal = 5.0, testArray = #() ) fn deepStructCop…