Posted by: | EPHERE | |
Data created: | 5 July 2009 |
This is an update for Max.NET wrapper project. There are numerous changes and fixes most notable of which are:- Interfaces.dll is now Autodesk.Max.dll, and MaxDotNetLoader.dlu is now Autodesk.Max.Wrappers.dlu- There is no more MaxDotNet.dll, which leaves only two required files: Autodesk.Max.dll which contains all SDK interfaces (and should be used for referencing), and Autodesk.Max.Wrappers.dlu which is a platform specific implementation of the SDK and must be loaded by 3d Studio Max.- Fixed assembly loading exceptions introduced in previous build- Now using custom assertion dialog which allows access to error text for copying, and also has "send report" button to allow us to further analyze any issues remotely.- Started adding managed collections for suitable objects (for now only IInterface implements them in Atmospherics, and Effects collections, but more will be introduced)- Added more context-specific enumerationsPlease note that Max.NET will be installed using our web installer from now on, which takes care of placing all of the files instead of manual file placement.Enjoy! Marsel Khadiyev (Software Developer, EPHERE Inc.) |