Max2msh is a mesh exporter and importer for the gmax/3DSMax family of 3D-Modellers. It is written in maxscript and started from within the modeller. See the readme.txt for detailed installation instructions and further infos.
Version 1.3 is just a minor update from the 1.29b that has been around for quite a while. These are the changes:
- removed the size conversion introduced in 1.29b as it is not needed using the unit setup and system unit setup in gmax/3DSMax the user has all the tools needed to get the export to orbiter right (set system units to meters and display units to whatever you like to work with)
- Bugfix: on import there was a bug that was introduced with the LABEL tag support that lead to neither the labels nor the semicolon separated group name being recognized so the groups where all labeled Group <nr>.
This is now fixed. If there is a LABEL tag then that name is used, otherwise the semicolon separated groupname from the GROUP tag, if both are not present the group is named Group <nr>
- Bugfix: fixed some minor bugs on import of meshfiles that use tabs for separation of numbers instead of spaces