Thanks for the fix Eric!
Hi eric, What about maxscript enums ? I have ported a little script to test Py3dsMax. It’s working very good but I have a problem with addKnot funct…
Great news Eric! We will develop tools with Py3dsMax and the integration of Qt. Sure we will send feedback. Are you planning a Max 2010 build in the…
Yes, I have been able to do that with the .NET Framework. From MSDN: The mouse pointer is represented by the Cursor class, and each Control has a S…
3ds Max .NET SDK is just a set of assemblies with classes that was used to develop SceneExplorer at the beginning and now also MaterialExplorer and Co…
Edit: Sorry Mohab, I only noticed you replied after submitting my post… Hi, To embend a SWF with a .NET control in a rollout you have just to create…
I think MAXScript works with .NET Framework 2.0 so you can’t use WPF classes etc.
No problem Pete. Thanks also for the info about MaxSpinner wrapper in Managed Services assembly.
About the conversion problem with the NumericUpDown control, I have found the way to get over it. Using getProperty <dotNetObject> <prop name…
I’ve seen the news on maxplugins.de some weeks ago and I took a look at the sources and examples. The big problem is that it seems you have to develop…
That’s very good Paul.
The best way to read a bitmap with .NET is to get its pixel buffer.
Thanks for the informations Pete.