thatoneguy
@thatoneguy
New Member
Joined: Feb 14, 2024
Topics: 77 / Replies: 395
Reply
RE: Fast Ways to get .NET data into Maxscript?

Yeah ideally you could just convert to like an EXR and have a C++ maxscript function which just read the bytestream object nearly instantly into a bit…

8 years ago
Forum
Reply
RE: Fast Ways to get .NET data into Maxscript?

This is the fastest code I could come up with for an #(#(Red),#(Green),#(Blue)) .net array (I might consider joining it into one big-array in C# with …

8 years ago
Forum
Topic
Forum
Replies: 4
Views: 19
Reply
RE: Open MCG in graph?

You can also rename the .mcg file to .zip and open it up. The “installation” appears to just use Max’s zip functionality to extract them into a fol…

8 years ago
Forum
Reply
RE: Instancing duplicate RPM Material Sub-Materials Script

It’s a solution. When you create an RPM Material it just copies it to all of the passes. So if you make a change to the material in one pass it do…

13 years ago
Forum
Topic
Reply
RE: Unknown system exception on simple delete script

There is a bug in 2012 related to variables created in loops. I haven’t seen this one before. Try defining “o” outside of the loop first to initiali…

13 years ago
Forum
Reply
RE: iMaxScript

Kind of reminds me of this fun project: Write Ruby on WP7 phone and compile and execute it on the phone. No need for a PC.

14 years ago
Forum
Reply
RE: .net Socket Permission?

Found the solution. Files Copied off of a network or downloaded from the internet are considered “blocked” DLLs by Windows. you have to right click …

14 years ago
Forum
Topic
Forum
Replies: 1
Views: 13
Reply
RE: Meditations on Gimble Lock

PiXeL_MoNKeY: No problem, where do I send the bill? -Eric Definitely to Mike.

14 years ago
Forum
Reply
RE: Meditations on Gimble Lock

That fixed it. Thanks! Is QuatToEuler2 better or is it just going to go bananas in a different esoteric rare situation?

14 years ago
Forum
Reply
14 years ago
Forum
Topic
Forum
Replies: 8
Views: 22
Reply
RE: How create a external File?

I do it slightly differently in that I create a stringstream and then at the end of the string-stream do a: format stringstreamVar to:fileVar what I…

14 years ago
Forum
Page 1 / 32