ypuech
@ypuech
New Member
Joined: Feb 14, 2024
Topics: 9 / Replies: 440
Reply
RE: Python + MXS

Maybe ole.ms and oledemo.xls (“Running the OLE Demo” in MAXScript Reference). Can’t find them to.

18 years ago
Forum
Reply
RE: Python + MXS

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…

18 years ago
Forum
Reply
RE: how to know integer is power of 1 or 2???

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 …

18 years ago
Forum
Reply
18 years ago
Forum
Reply
RE: Last export path name [Max9]

I know you can hack Max menu so you can display your own custom dialog but this can be only done in C++.

18 years ago
Forum
Reply
RE: —- MAXSCRIPT RESOURCES —-

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…

18 years ago
Forum
Reply
RE: Write/Read binary file in 3Ds Max 7

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…

18 years ago
Forum
Reply
RE: MAXSnake!

Wow, very funny and looks nice. Interesting way to play a game without leaving Max :).

18 years ago
Forum
Reply
RE: Adding bitmaps?

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

18 years ago
Forum
Reply
RE: simple error but frustrating!!

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…

18 years ago
Forum
Reply
RE: Rounding off to nearest increment?

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…

18 years ago
Forum
Reply
RE: help: convert the classof material

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…

18 years ago
Forum
Reply
RE: PLY Import Plugin Glitch

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…

18 years ago
Forum
Reply
RE: Dropdown lists

Yes, only toolbar button with text or icon.

18 years ago
Forum
Reply
RE: Dropdown lists

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…

18 years ago
Forum
Page 20 / 30