ypuech
@ypuech
New Member
Joined: Feb 14, 2024
Topics: 9 / Replies: 440
Reply
RE: Free book about 3DSMax SDK

Thanks a lot David! I can say that this document is the best reference covering the 3ds Max SDK. Great book and free!

18 years ago
Forum
Reply
RE: memory leak

Thanks for the reply Chris. I can see that there’s a lot of work done to improve Max speed, eficiency and stability. Very good… And it seems we’ll get…

18 years ago
Forum
Reply
RE: memory leak

It seems there are some memory leaks in 3ds Max 9 : Have to wait Version 10… But why these fixes/cleanup aren’t in the SPs ? Chris are you here ?

18 years ago
Forum
Reply
RE: Good source for .net controls info?

Yes, .Net controls are better designed than ActiveX. Some properties/methods have the same name but does not behave similarly. You can find the most …

18 years ago
Forum
Reply
RE: Good source for .net controls info?

d3coy: edit: Sorry Yannick same post No problem James :). But your post was explaining a bit more the methods Expand() and ExpandAll().

18 years ago
Forum
Reply
RE: Good source for .net controls info?

Are you applying Expand() method on a TreeNode ? Have you tested ExpandAll or Expand on the parent/root node ?

18 years ago
Forum
Reply
RE: Good source for .net controls info?

Thanks for the code snippets James. Thanks for sharing your tab control (take the time to clean your code ). .Net controls are beter and easiest to d…

18 years ago
Forum
Reply
RE: Good source for .net controls info?

Good looking tab control James. Yes, The Code Project website is great. is also an interesting resource.

18 years ago
Forum
Reply
RE: Good source for .net controls info?

Good luck Paul :). It’s easy to convert ActiveX controls to .Net but it’s hard to convert old (ugly) code.

18 years ago
Forum
Reply
RE: Good source for .net controls info?

See also NET_TreeViewWrapper.ms in stdplugs\stdscripts coded by Chris Johnson. It’s a wrapper around the .Net TreeView control; it contains some usefu…

18 years ago
Forum
Reply
RE: Python + MXS

Hi Shane, I think adding Python to 3ds Max would be a pain… Maya is well designed so adding Python to it wasn’t so difficult. It’s not the same story…

18 years ago
Forum
Reply
RE: Please Help? Moving Objects With Images

One advice: it’s better to use selection than $: for obj in selection do… $ is not safe. $ is only useful for quick development and debug but if y…

18 years ago
Forum
Reply
RE: Please Help? Moving Objects With Images

Kamid: Heres some of the problems I have encountered. The Floating Panel doesnt seem to work in Max 9. Did I do something wrong? Create a dialog…

18 years ago
Forum
Reply
RE: spinner values and functions

See Creating Functions -> By Reference Parameter Passing in the documentation. By-reference parameter passing is very handy when you want to modif…

18 years ago
Forum
Reply
RE: Python + MXS

specxor: I thought the standard library was implemented? I’m not sure if Iron python makes it easier to add python scripting to a dot net app, maybe…

18 years ago
Forum
Page 19 / 30