I am similarly annoyed. Logged, and marked with high priority. Chris J.
Let me know if you need any additional maxscript access to anything for your tool. Chris J.
Thanks. I knew I smelled trouble out in maxscript land this afternoon. After going through your script, I have come up with a smaller script that I…
Thanks guys. Chris J.
Logged. It looks like simple fix really. Chris J.
Sorry to get here a little late. If you look at the selections sets macro that shipped with 3dsMax 9, you will see how I implemented drag and drop fo…
instinct-vfx: … Creating and populating the ui works like a charm but i just dont manage to get the wrapper to create proper eventhandlers for Cont…
Well, realistically, anything you can do in the win32 api is exposed via the .NET framework. And just about everything exposed in the .NET framework c…
Have you tried setting enableAccelerators to false? (I haven’t tested a rich edit control yet) Chris J.
If you are using max 9, you could use the maxscript .NET exposure to access system variables (which is really sweeet). Chris J.
ypuech: Hi, I will not continue to develop with DirectX Managed in MAXSCript because it’s bugged and it seems that I cannot access some DirectX str…
Maxscript or something else?
FYI: The source code for maxscript .NET comes with the SDK. So for you folks out there who want to tinker with it… go ahead.
ypuech: Hi, I’ve been able to create a .Net 2.0 Form with a DirectX Rendering inside but it doesn’t work now ; I’ve not changed the code . Here’s t…