Try: finalrender.numREPasses finalRender_stage_1 See “Interfaces” page documentation in the MAXScript reference.
Aaahhh, you have to install the Microsoft Visual C++ 2010 Redistributable Package for x64 (available ?) on the others computers. They are not installe…
Are you using a third-party DLL in your dlx ?
1 : Make sure your plugin is compiled in released AND as Multi-Threaded DLL (Runtime Library) 2 : Download Dependency Walker – . Execute it, drop your…
If i remeber with 3ds Max 2010, the way the plugins can be debugged has changed. You have to debug the second way you’ve tried by attaching 3ds Max 20…
Thanks for the release of the system for 3dsMax 2010. Does somebody knows the reason of these Qt DLLs in 3dsMax root directory in version 2010 ? Depe…
Dubbie: Where? I can only see up to 2009 here. Yes, maybe the installers named 3dsMax10 are confusing. … 3ds Max 9 (= 2007) 3ds Max 10 = 2008 …
I think the easiest way is: python.exec(“mxs.execute(‘max zoomext sel’)”)
This problem was solved by Eric creating a new function called namify():
MAXScript Documentation : bit.isNAN <float> Returns true if the float is the reserved float value NaN (Not a Number). A NAN is generated wh…
Exact, I will try to fix it. EDIT: I have found the problem but I don’t know how to fix it yet. To get an application icon, it seems GetClassLong( co…
@loocas: I forgot to add in the modification the import of SendMessage from win32gui module: from win32gui import FindWindow, SendMessage, GetClassL…
Cool upgrade! We have it setup like that because we actually use that wingui package to run in many places (not just max)…so we have it more abstract …
There is basic maxscript extensions samples in maxsdk\howto\maxscript. Also see maxsdk documentation about maxscript sdk, MAXScriptSDK.chm in maxsdk\h…
Hi all, About PyQt I have done some modifications in blur.wingui to integrate it better in 3ds Max. I have added a function in blur.wingui to be abl…