AlpineMan
@alpineman
New Member
Joined: Feb 14, 2024
Topics: 9 / Replies: 126
Reply
RE: SDK and Plugin Wizard for VS 2005?

The plugin wizard files come with the 3dsmax SDK and can be found under the : [sdk]\howto… directory. Chris J.

17 years ago
Forum
Reply
RE: 2D Zoom in Camera Viewport?

Just wait till max 2008, there will be several maxscript (and SDK methods) available that should meet your needs.

17 years ago
Forum
Reply
RE: Autodesk 3dsmax 2008 Maxscript ProEditor

The new editor does not spawn in a seperate process. It is a child window of the main max window.

17 years ago
Forum
Reply
RE: Autodesk 3dsmax 2008 Maxscript ProEditor

No that feature (Tops in my list btw…) will not be in this version of 3dsmax.

17 years ago
Forum
Reply
RE: Autodesk 3dsmax 2008 Maxscript ProEditor

Hm… I have never ever seen that problem, not on any of the systems I have ever worked on. I don’t think that is a bug with the old maxscript editor. …

17 years ago
Forum
Reply
RE: Maxscript is forgetting my variables?

Looks like kind of a case in point about commenting your code. Even maxscripts need comments in the code to explain and clarify what is going on. jus…

17 years ago
Forum
Reply
RE: nodePreDelete Callback Problem

This is because the internal broadcast notification is sent too late. What happens is the children are detached, and then the notification is sent. I…

17 years ago
Forum
Reply
RE: Visual C++ 2005 express edition

If you are going to be doing plugins, then you should get the real tools. You can get visual C++ standard edition for around $125, and that will get y…

17 years ago
Forum
Reply
RE: Max 9 SP1 encryption

encryptScript infilename version:<int> 0 – for old version 1 – for new version (i.e. Max 9 SP1 and after)

17 years ago
Forum
Reply
RE: memory leak

guruware: thanks chris for confirmation, was a bit scared if my plugin is leaking i tried to send another bug report, but after filling in all thi…

18 years ago
Forum
Reply
RE: memory leak

Actually a very large screen refresh memory leak was fixed in the first service pack.

18 years ago
Forum
Reply
RE: memory leak

Yes I can confirm that leaks big time in Max 9. And it was a very difficult job to fix it too. However I think I have really fixed most of that proble…

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

d3coy: If you want to get crazy you could learn by making your own versions of the .net controls. I did that with the tab control; make your own in…

18 years ago
Forum
Reply
RE: Problem with collect in max9

Ah, the internet… Proves that it is impossible to read someones mind.

18 years ago
Forum
Reply
RE: Problem with collect in max9

I wouldn’t log the first part as a bug, did you mean to say? s = “0L” as stringstream StringStream:”0L” h = readvalue s 0L classof h Integer64

18 years ago
Forum
Page 4 / 9