That tutorial was the first one I made, and went through lots of formats before it landed in HTML. So I can see that it had lots of problems. I’ll fix…
f97ao: … Some general tips: – Download the max8 SDK help, even if you use max7. The help is WAY easier to use than it’s for Max7 and there severa…
If your executing long strings, then something isn’t right. Your most likely doing something wrong.
With MFC, all bets are off. 3ds max has one module made with MFC, and that was a lone wolf module that is now considered off the table (as far as deve…
Are you using controls interited from ICustomControl?? class ICustomControl : public InterfaceServer { public: virtual HWND GetHwnd()=0; vi…
Can you submit a bug to Autodesk? autodesk.com Autodesk | 3D Design, Engineering & Entertainment Software Autodesk builds …
erilaz: A series of callbacks for use DURING rendering would be great. Right now it’s impossible to do update a scene per frame while rendering unle…
Wahooney: I think that callbacks for subobject operations would be nice, like: when a sub object is selected (return bitarray of selection) when a s…
Light.: Hey Chris (what’s up?), Can I ask for a callback which returns true when say the user is double clicked in the viewport? If so, I will have…
You have to have the max sdk installed. It comes with the disk. Chris J.
Look in the max sdk at: maxsdk\howto\render\cjrender It is a renderer that is a demonstration renderer only. Basicly as far as I know it only shows …
[QUOTE=vasilescu_anton]I think i’ve found an autoback bug… I’ve made a little script which displays a timer and pops up a message whenever you save. …
Dave. None as yet. Some parts of the maxscript core would have to be overhauled for that to happen. Chris J.
Yes you will have to learn all of C++, and probably more. And you should learn as much as possible of C, and probably more. And you should learn the W…