Pjanssen
@pjanssen
New Member
Joined: Feb 14, 2024
Topics: 53 / Replies: 510
Reply
RE: Please confirm…

claude666: “should” fix it, then fix it for all other versions and remember to fix it for all future versions :banghead: Or drop it in at the ri…

12 years ago
Forum
Reply
RE: Please confirm…

Broken in 2013/64 too.

12 years ago
Forum
Reply
RE: function inside a function?

Wow, now that’s a bit of magic! Any idea why this happens? It reminds me of this:

12 years ago
Forum
Reply
RE: function inside a function?

By the way, I would say that generally the idea of nesting functions should not be encouraged. Even if it is syntactically correct, it has no real ben…

12 years ago
Forum
Reply
RE: function inside a function?

Is this more or less what you’re after? fn getChildren obj = ( local tmpArr = #() for c in obj.children do ( append tmpArr c join tmpA…

12 years ago
Forum
Reply
RE: finding the narrowest doorway

How about trying to find closed edgeloops and then choosing the one with the shortest length over the edges?

12 years ago
Forum
Reply
RE: Vertex Color and Vertex Alpha in C#

Can you post a more complete bit of code which shows the failure? And a little pedantic note, you for loop can be a bit simpler for (int i=0; i &lt…

12 years ago
Forum
Reply
RE: Vertex Color and Vertex Alpha in C#

If you attach the visual studio debugger to the 3dsmax process, it should pop up once the exception is thrown. Regardless of breakpoints.

12 years ago
Forum
Reply
RE: Vertex Color and Vertex Alpha in C#

The first thing to find out would be what is actually null: b, theColor, or theColor.X?

12 years ago
Forum
Reply
RE: dotnet database return values problem

I think it just looked wrong, instead of actually being wrong Because any time a long value is converted to a string, the L is appended. Same for the…

12 years ago
Forum
Reply
RE: dotnet database return values problem

Unless you need these values as a string, it shouldn’t a problem. It’s the formatting that adds the d0/L to the string, they’re not part of the actual…

12 years ago
Forum
Reply
RE: Can dotNet FileStream Conert to MS FileStream ?

You can read all bytes from the FileStream and convert that to a (.NET) string. .NET strings convert to mxs strings automatically, so you can call exe…

12 years ago
Forum
Reply
RE: ColorMan drives me crazy!

Yes, but the clr files are now clrx, xml format

12 years ago
Forum
Reply
RE: ColorMan drives me crazy!

denisT: do i have every time parse .clr file to find a specific color? i can certainly do it on the tool load or on max startup, but i don’t want to…

12 years ago
Forum
Reply
RE: Help Plz!! Script Catogary !!

You’ll have to define your script as a macroscript (*.mcr by convention). See

12 years ago
Forum
Page 2 / 38