Hell, good to know I wasn’t going crazy. We had that issue in Max 2015, Win7, 4k monitor. Completely random crashes related to radiobuttons and focus …
Hi everyone, @Johan/Kevin: Daniel has forwarded your code to me on GitHub, thanks for the contribution, very useful! I have just released a new versi…
Just found out that a simple command can be used to get the COM object as well in mxs: myCOMObject = createOLEObject “CAT.MyClass” Calling show/…
Hey Pete, thanks for your answer. In fact I tried that method shortly after, as I was provided with an interop .dll that gave me access to the COM obj…
hm okay I have tried the most simple case possible with C#: using System; public class Printer { public static bool print (string text) { …
By default maxscript passes parameters to functions by value, not by reference. So the original variable is not changed if you do not assign the funct…
haha I didnt even know about the WPF thing. i guess they are sufficient, but PyQt would enable one to reuse GUIs e.g. for Maya and Max. Also I like th…
I am excited and very curious how powerful it will be, as they say “the API will be limited”. The image in the link where they load some Toxik script …
It’s really a shame that trying to fill a UI with values by on-the-fly-compiling c# scripts is more reliable and stable than the intended netrender AP…
thanks for your post col-one, it is working for me. However there are other solutions, which confuse me. It seems that simply adding this: self.se…
Same problem as col-one. The dialog disappears when 3ds Max is minimized. This is some sample code from the blur help pages (): from blurdev.gui i…