butterbr0t
@butterbr0t
New Member
Joined: Feb 14, 2024
Topics: 7 / Replies: 14
Reply
RE: How to kill max 2016 easy

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 …

8 years ago
Forum
Reply
RE: Sublime Text plugin

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…

9 years ago
Forum
Reply
RE: Get COM object in mxs and dotnet

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/…

11 years ago
Forum
Reply
RE: Get COM object in mxs and dotnet

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…

11 years ago
Forum
Topic
Forum
Replies: 3
Views: 18
Reply
RE: cmdline > maxscript > stdout

hm okay I have tried the most simple case possible with C#: using System; public class Printer { public static bool print (string text) { …

11 years ago
Forum
Topic
Forum
Replies: 1
Views: 9
Topic
11 years ago
Forum
Replies: 3
Views: 13
Reply
RE: Forward declarations not working in MS?

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…

11 years ago
Forum
Reply
RE: Python 4 Max 2014

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…

11 years ago
Forum
Reply
RE: Python 4 Max 2014

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 …

11 years ago
Forum
Topic
Forum
Replies: 0
Views: 9
Reply
RE: How to: Net Render with dependencies

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…

12 years ago
Forum
Reply
RE: Python + MXS

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…

12 years ago
Forum
Reply
RE: Python + MXS

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…

12 years ago
Forum
Page 1 / 2