

                           MilkShape 3D SDK v1.5




        This SDK allows to create import and export plug-ins for
        MilkShape 3D 1.4.0 and up.  You can write your plug-in using
        the standard Win32 API, or MFC.  There are 4 sample plug-ins
        with source code included:

        - msRawExporter (Win32)
        - msRawImporter (Win32)
        - msASCIExporter (Win32)
        - msASCIIImporter (MFC 4.2)
	- ms3DSExporter (MFC 4.2)
	- ms3DSImporter (MFC 4.2)



        This first version doesn't allow to interpolate bone values
        or vertices.  Although there are already function prototypes
        in msLib.h (ms*_GetInterpolated*), you cannot use them yet.
        If you want to to use interpolation for an export, then you
        have to wait or write it yourself.



        This SDK isn't much documented, but I think that the samples
        show enough.



        Simply copy your new DLL into the directory of ms3d.exe.  The
        new DLL has to be named like ms*.dll (i.e. msExp3DS.dll or
        ms3DSReader.dll)



        - Mete Ciragan, mete@swissquake.ch, mciragan@smile.ch



