aaandres
@aaandres
New Member
Joined: Feb 14, 2024
Topics: 52 / Replies: 726
Reply
RE: Strings 'WildCard' matching

This function can give you lots of happiness for searching items inside a string or file. ( Global FindAllWC fn compileCString = ( classStr = (…

9 years ago
Forum
Reply
9 years ago
Forum
Reply
RE: Strings 'WildCard' matching

Yes, of course. But I needed it inside C# so I did it. And I thought that ‘matchPattern’ was only valid starting with a character (I suppose fault of …

9 years ago
Forum
Reply
RE: Strings 'WildCard' matching

DaveWortley: Interesting that looks like a nice middle-ground between the 3dsmax matchPattern function and full user-unfriendly regex. I’d keep your…

9 years ago
Forum
Topic
Forum
Replies: 9
Views: 36
Reply
RE: sorting files according dates in MXS

I’ve edited the function to return an integer (if not, maxLINQ.Sort does nothing). With qsorting: ( fn fileTime file = ( dotnetFile = dotnetCla…

9 years ago
Forum
Reply
RE: sorting files according dates in MXS

Here’s a function through DotNet to get a “comparable value” of file dates: fn fileTime file = ( dotnetFile = dotnetClass “System.IO.File” fil…

9 years ago
Forum
Reply
RE: PolyModOp – MXS methods for Edit Poly

Thanks for sharing your work and your tools, Vojtech.

9 years ago
Forum
Reply
RE: MaxLINQ – LINQ functions for MaxScript

New version V1.02 with five new functions: OfType: selects the array elements that are of the indicated maxClass type. Split: Splits a String into…

9 years ago
Forum
Topic
Forum
Replies: 1
Views: 53
Reply
RE: IEnumerable and GetEnumerator()

Merci beaucoup, SugaRi. MaxScript has curious things… Look at this: ( var = dotNetObject “System.Collections.Generic.List`1[System.Int32]” …

9 years ago
Forum
Topic
Forum
Replies: 3
Views: 42
Reply
RE: Is it possible to have a scripted modifier which holds mesh data.

You can find some additional info in this thread:

9 years ago
Forum
Reply
RE: Don't add duplicates to a dotnet listview – help please

I can’t understand well your code. Which value holds the new items to append? It seems you always append the same values. You can also try to clear th…

9 years ago
Forum
Reply
RE: Custom new attributes?

Perhaps you are not assigning your CA definition to a variable? Try next code: the_weaponData = attributes weaponData ( parameters main rollout:…

9 years ago
Forum
Page 23 / 52