Hi, Have you tried using System.Environment.MachineName in C#? (or in mxs: (dotNetClass “System.Environment”).MachineName ) Cheers, o
Hi, The parameter name is “saveAsVersion” not saveAsPrevious, so it should be: saveMaxFile newName clearNeedSaveFlag:false saveAsVersion:2011 useNewF…
Hi, That’s not exactly true. Return is slower when it is used to break the normal execution, when it is the last command in the function, it doesn’t …
Hi Rotem, What you’re trying to do isn’t very safe, since you’re trying to unload plugins that are already in memory, which might cause max to be uns…
Hi, system.uri is a dotNet object that represents things like webaddresses. It is not a text object. To convert it to text you can use either wb.toSt…
Hi, If you decide to go the maxscript route, you should check out pasteBitmap instead of get/setPixels. It’s a lot faster and can be used with a func…
Hi Martin, It appears the problem is that setClipboardBitmap in max transforms the image into 24bbp image. So you go down to 8 bit per channel and lo…
Hi Paul, Did you try setting AutoSize to false before setting the size? Cheers, o
Hi, Set the buffers=nn option in MXS_Editor.properties (Tools -> Open Global options file). You will need to reopen the editor (or perhaps max, do…
Thanks for the reply, Bobo! Actually, that’s pretty much what I had already (thanks to your matrix dvd ), but I thought I had the math wrong. Guess …
Hi Johan, You can use wrapper functions and still access the rollout/rcmenu just as you would if you assigned them directly. Just assign the resultin…
Hi Steev, I just tested you script in max 2009 and it works on my end, both with a reset scene and without before opening the saved file. [edit] For…
Try this: try(destroyDialog ro_test)catch() rollout ro_test “test” ( dotNetControl tabs “TabControl” width:150 height:200 pos:[0,0] on tabs cl…
Try using: <void>importCache <node>node <string>filename or <void>loadCache <node>node hOpe t…