The plugin wizard files come with the 3dsmax SDK and can be found under the : [sdk]\howto… directory. Chris J.
Just wait till max 2008, there will be several maxscript (and SDK methods) available that should meet your needs.
The new editor does not spawn in a seperate process. It is a child window of the main max window.
No that feature (Tops in my list btw…) will not be in this version of 3dsmax.
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. …
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…
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…
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…
encryptScript infilename version:<int> 0 – for old version 1 – for new version (i.e. Max 9 SP1 and after)
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…
Actually a very large screen refresh memory leak was fixed in the first service pack.
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…
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…
Ah, the internet… Proves that it is impossible to read someones mind.
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