Maybe ole.ms and oledemo.xls (“Running the OLE Demo” in MAXScript Reference). Can’t find them to.
Thanks David for the simple but very interesting example. Yes, Python is one of the best scripting language. I’ve also read an article about using 3d…
I think you can use modulo: mod 7 2 1.0 mod 8 2 0.0 mod 16 2 0.0 mod 11 2 1.0 mod 1 2 1.0 When mod x 2 = 0 : x is power of two When mod x 2 = 1 : x …
Yes it works!
I know you can hack Max menu so you can display your own custom dialog but this can be only done in C++.
I just updated my website with a new document section : it contains a brand new version of the tutorial about using a .NET library in MAXScript. Other…
BinStream was added to MAXScript in Max R4. Also, I think it’s a hard task trying to read jpegs in MAXScript… It’s slow and I’m not sure you’ll succe…
Wow, very funny and looks nice. Interesting way to play a game without leaving Max :).
Built-in MAXScript bitmaps methods are good but slow. Do you looked at .Net ? There’s some interesting classes in GDI+. Yes, in C++ it will be (very)…
In fact when you hit “Entr” of the numpad and Ctrl+E, the way the script is evaluated isn’t the same. With numpad enter, the whole script isn’t evalua…
Hi, There’s no built-in method in MAXScript doing that. I think you have to write the algorithm like this : find in which interval the value is (1…
Material conversion in Max is not so easy to perform. In fact when you convert a material to an other type you have to reassign all the bitmaps/textur…
Yeraze: it seems to crash upon returning to Max after the plugin is finished. I had a similar bug and that sort of bug are hard to debug. The pro…
Yes, only toolbar button with text or icon.
Sorry but in C++ with the SDK (and in MAXScript of course) it’s not possible to do that. Access to the main toolbar “is locked”. It’s only possible to…