Skip to content

PMX Converter

FileFlip converts PMX files into 14 other formats entirely inside your browser, using Assimp compiled to WebAssembly. The PMX file is never uploaded to a server: it is read off your disk, converted on your own machine, and saved back by the browser. There is no file-size limit and no account to create.

Convert PMX to

How do I convert a PMX file?#

  1. Drop your PMX file onto the converter at the top of this page, or click it to pick one from your computer.
  2. Choose the format you want out of it. FileFlip downloads the engine that conversion needs, once, and your browser caches it.
  3. Conversion starts the moment you pick the format, and the result is yours to download. The work happens in this tab, so nothing is uploaded and nothing is queued.

Is it safe to convert PMX files online?#

Yes, because nothing is uploaded. FileFlip converts PMX files inside the browser tab you already have open, using WebAssembly builds of the same engines a desktop converter would install. Your file is read from your own disk into the page's memory, and no request carrying it is ever made.

You do not have to take that on trust. Open your browser's network panel, run a conversion, and you will see the engine come down and your file go nowhere. There is no upload, no server-side copy, no retention window, and no account tied to what you converted.

How FileFlip works lists every engine, its version and its download size, and shows how to check for yourself that nothing leaves your machine.

What happens to a PMX file#

FileFlip converts PMX into 14 formats with Assimp, all of it inside the browser tab. Each conversion below names the engine it uses, what it downloads, and exactly what that conversion keeps or drops.

Category3D Models
File extension.pmx
FileFlip supportRead only, so it is a source rather than a target
Conversions available14
EnginesAssimp
Downloaded to your browser11.2 MB on the first conversion, then cached

What is a PMX file?#

A PMX file is a binary character model for MikuMikuDance, the successor to the older PMD format, built by Yu Higuchi's tools to hold a mesh alongside its bones, facial morphs and rigid-body physics as one package that MMD loads and animates directly.

Use PMX when a character needs to be posed, animated or physics-simulated inside MikuMikuDance or the wider MMD tool ecosystem.

Convert PMX to glTF or FBX when an MMD character needs to move into a game engine or renderer outside the MMD ecosystem.

The PMX file format reference covers the specification, the programs that open one, and what each conversion keeps or drops.

PMX questions people ask#

What is a PMX file?

A PMX file is a MikuMikuDance character model, storing a mesh together with its bones, facial morphs and rigid-body physics in one binary file. It's the successor to the older PMD format and the format almost all current MMD character content is distributed in.

What's the difference between PMD and PMX?

PMD is the older MikuMikuDance model format, and PMX succeeded it with a more flexible bone and morph system, support for more materials, and additional physics options. PMX Editor can open and convert PMD files, and current MMD content is essentially all PMX now.

Can I open a PMX file outside MikuMikuDance?

Yes, Blender opens PMX files through the community mmd_tools add-on, which reads the mesh, bones, morphs and physics much the way MikuMikuDance does. Outside of MMD-focused tools, native PMX support is rare.