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 …
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…
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…
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…
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…
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…
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…
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…
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…
just an alternative, since ‘select’ is mapped you can pass it the array directly rather than add each object to the current selection – nodeArr = #($…
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…
Hey guys, wrote this code in Max2011, hadn’t noticed the issues you’re mentioning.
how about a WPF version? dotNet.loadAssembly @”C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\WindowsFormsIntegration.dll” ro…
Hi Take a look at this article, I discuss XML serialization towards the end. Hope it gives you a start.
hi pete, you might find this post and script I wrote a while back useful, it discusses mapped functions within a visibility script.