Releases: suiginsoft/COM3D2.ModelExportMMD
Releases · suiginsoft/COM3D2.ModelExportMMD
Version 2.0.0.0
COM3D2.ModelExportMMD Version 2.0.0.0
- Reverse engineered original ModelExportMMD plugin for CM3D2, modernized and updated the old code
- Updated user interface and introduction of a file browser dialog
- Packaged the window background image as an embedded resource instead of Base64 text, reducing plugin file size by half
- Export preferences are now persisted across multiple sessions, saved to the plugin's configuration file
- Disabled the Maid's head and eye tracking when the T-pose transformation is applied
- Export the specular power to MMD PMX materials instead of leaving it fixed at a value of zero
- Utilize instance textures instead of shared textures when exporting, capturing instance-specific modifications
- Restore the prior active RenderTexture when transforming RenderTexture objects to Texture2D objects
- Workaround for blank face textures being exported due to the Multiply blending mode of certain composite layers being incompatible with Texture2D.ReadPixels
- More robust parent-child bone mapping of armature, fixing a crash when processing COM3D2 meshes
- Updated the embedded PmxLib to the latest version at 2.57 with support for PMX 2.1 file format features
- Improved logging and error recovery