LoneRobot
@lonerobot
New Member
Joined: Feb 14, 2024
Topics: 66 / Replies: 1075
Reply
RE: Writing multithreaded GUIs in Max. Is it even possible?

Hey Loocas, Rotem, the only thing really to handle is the updating of components from the work thread. I sure rotem meant to say the progresschanged …

13 years ago
Forum
Reply
RE: DrawText with the correct alpha ?

Hello Denis, Hmm, that’s a strange one. Looks like it doesn’t like rendering the text over a transparent background as it’s not anti-aliasing the edg…

13 years ago
Forum
Reply
RE: Launch script from commandline with arguements

Thanks for the input Denis, Artur. My earlier thoughts are really to do with the nature of passing data from an external program (or class) so the ex…

13 years ago
Forum
Reply
RE: Launch script from commandline with arguements

You’re right Artur. I’ll have to dig out my unity research and see what I read about this I can’t remember off the top of my head. From what the help…

13 years ago
Forum
Reply
RE: Launch script from commandline with arguements

Hello Denis, The example I have used this for is for interop from a 3rd party application like Unity. You can use C# classes from there and trigger m…

13 years ago
Forum
Reply
RE: Launch script from commandline with arguements

How about trying to open max with a path to a script that defines the global path directories? then you can call a filein at the end of this script to…

13 years ago
Forum
Reply
RE: Help with spinner using "with undo"

you do have an entered event, you could use the undo context for that event, and thehold to capture the multiple spinner ‘twiddle’, for want of a bett…

13 years ago
Forum
Reply
RE: Help with spinner using "with undo"

Hi David, Take a look into using theHold You can call if not thehold.holding() then thehold.begin() in the spinner button down event, and then in…

13 years ago
Forum
Reply
RE: select objects if possible

Interesting Dave – It would be smaller, yes, but it would feel like the script was selecting boxes in an angry syntax. I would take the hit on the ext…

13 years ago
Forum
Reply
RE: select objects if possible

just an alternative, since ‘select’ is mapped you can pass it the array directly rather than add each object to the current selection – nodeArr = #($…

13 years ago
Forum
Reply
RE: Macroscript for encrypted maxscript

Hey Todd, There’s an important distinction between filein and include in this case. Filein loads the script (like running the script normally) so wil…

13 years ago
Forum
Reply
RE: dotnet windows media player

Hey guys, wrote this code in Max2011, hadn’t noticed the issues you’re mentioning.

13 years ago
Forum
Reply
RE: dotnet windows media player

how about a WPF version? dotNet.loadAssembly @”C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\WindowsFormsIntegration.dll” ro…

13 years ago
Forum
Reply
RE: Serialization of XML to be sent over socket connection

Hi Take a look at this article, I discuss XML serialization towards the end. Hope it gives you a start.

13 years ago
Forum
Reply
RE: Simple transparency toggle.

hi pete, you might find this post and script I wrote a while back useful, it discusses mapped functions within a visibility script.

13 years ago
Forum
Page 19 / 77