Thanks for the link Eric!
Thanks for the link to the 2012 online MAXScript help Eric.
Hi Pete, Yes at the moment the 2011 are the most recent development help docs available. I want to see what’s new in 3ds Max 2012 for the development…
Old Win32 API weirdness ?
Thanks for the tip Mike. The size is len+1 to include the null character (’\0’) in the allocation, the documentation of LB_GETTEXTLEN states: The …
I think it can help because we pass <System.UIntPtr>lParam. A UIntPtr is a handle, so if you build a .NET string and pass it to the function I s…
Yes, you’re right it has to do with the lParam value. windows.SendMessage does not work with LB_GETTEXT because it needs to handle a string buffer to …
Yes I try to come back to 3ds Max development when I have time. rezn8 tabs look is different because they use Win32 tabs control. .NET (or Qt ?) is t…
Hi Rune, Take a look at the Multiline property: I’m sorry I can’t supply a MAXScript code snippet but I hope you can understand the examples in thi…
The presentation is available to the people having an ADN Sparks account.
I’m sorry, I don’t know anything more than the information in the class page. We can try to contact Christopher Diggins if he can give more informatio…
Ah OK. It seems it’s only possible to add custom node filters with C# or VB.NET. I explain. To load a custom node filter there is the function Advan…
If you just want to add a custom filter you should use SceneExplorerManager.AddProperty().