Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: Mxseditor calltips

I will, thx for info.

8 years ago
Forum
Reply
RE: Mxseditor calltips

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…

8 years ago
Forum
Reply
RE: Mxseditor calltips

3dcenter is dead so I sometimes use it as a hosting. Sad but true

8 years ago
Forum
Topic
Forum
Replies: 13
Views: 59
Reply
RE: BackgroundWorker

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.

8 years ago
Forum
Reply
RE: Get the SELECTED layer

No luck I’m still using 2014.

8 years ago
Forum
Reply
8 years ago
Forum
Reply
RE: Need help with Vector stuff (mesh from curve)

You can check segment-segment intersection for the bottom curve segments. And then move these overlapping points away from the point of intersection.

8 years ago
Forum
Reply
RE: SendMessage and Marshal.String

I’ll stick with the compiled version then. Thx

8 years ago
Forum
Reply
RE: SendMessage and Marshal.String

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…

8 years ago
Forum
Topic
Forum
Replies: 4
Views: 29
Reply
RE: Make an Average Spline (Brain Twister)

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…

8 years ago
Forum
Reply
RE: Array: append only unique items

appendIfUnique <array> <value>

8 years ago
Forum
Reply
RE: Maxscript UI Category/Map Browser

looks like a treeview. or wpf treeview

8 years ago
Forum
Reply
RE: DeepCopy maintaining Pointer to Value?

That should work. upd. Struct copy should be recursive indeed. struct myTest ( name = “node1”, testVal = 5.0, testArray = #() ) fn deepStructCop…

8 years ago
Forum
Page 71 / 84