-
Notifications
You must be signed in to change notification settings - Fork 1
Export MMD Preparation
Sections:
- Auto-Fix MMD Japanese / English Bone Names
- Add Display Panels
- Sort Bone Order / Deform Tiers
- Lock Position & Rotation
- Set Fixed Axis / Local Axis
- Hide Special & Physics Bones
Fixes the MMD Japanes & English PMX Bone names (while not changing the Blender Bone Name) to their MMD Japanese equivalent. Useful so that you can import a VMD animation file using the MMD Japanese (PMX) bone name without needing to read Japanese in Blender :P.
Leverages the metadata bone group dictionary to do the PMX Bone group mapping. If Blender bone name is found matched in the 'mmd_english', 'mmd_japanese', 'mmd_japaneseLR', 'blender_rigify', or 'ffxiv' columns, will add the 'mmd_japanese' and 'mmd_english' bone name MMD Tool's PMX Japanese/English Bone name fields respectively (found in the Bone Properties -> MMD Bone Tools panel). If no match is found, and the PMX field is empty, it puts the Blender bone name verbatim so at least the MMD field is not empty and has a name.
Adds add all the bones, and vertex morphs and bone morphs to the display groups sections that you would find in Miku Miku Dance program upon .pmx export.
-
Auto Generate:
- Leverages the metadata bone group dictionary then sends this data to the populate display panels in MMD Tools.
-
Copy from Blender Bone Groups:
- It will add the Blender Bone Group names to MMD Tools' Display Panels section
Leverages the metadata bone group dictionary to sort the bone order in MMD Tools.
THIS IS VERY IMPORTANT FOR PMX EXPORT TO FOLLOW THESE STEPS IN ORDER (taken from the FAQ guide for exporting to PMX Format):
- On the MMD Tools Plugin -> Bone Order Panel -> Click on that weird square shape on the bottom
- Click on the arrow to expand the menu
- Click on Add Missing Vertex Groups from Bones
- Back in FFXIV MMD Tools Plugin, click on 'Sort Bone Order / Deform Tiers'
Leverages the metadata bone group dictionary to lock position and rotation of bones ( you can see these flags in PMX Editor). This isn't really 'required' for PMX Export, but it doesn't hurt either
Leverages the metadata bone group dictionary to set bones to either 'fixed axis' or 'local axis' ( you can see these flags in PMX Editor). This isn't really 'required' for PMX Export, but it doesn't hurt either
Leverages the metadata bone group dictionary to set bones to be hidden from the Miku Miku Dance viewport so they won't clutter your screen. ( you can see these flags in PMX Editor)