Open Mejax opened 5 years ago
1st image shows fbx+vmd =correct anim 2nd image shows pmx+vmd = twisted messed up, anim
and as indicated, both images are on the same frame. that is why i am guessing, the vmd export is correct, but the pmx export is messed up somewhere during the export.
Thank you for reporting this issue. :smile:
Currently, the VMD/VPD importer/exporter are using Object space of Armature object, so you need to find out correct Rest/Base pose and Size.
To apply the VMD motiongoin.vmd
on the FBX md_body2006_hq.fbx
:
md_body2006_hq.fbx
, import scale 50Armature
, import VMD motiongoin.vmd
, import scale 1To apply the VMD motiongoin.vmd
on the PMX sfbody.pmx
properly using mmd_tools
: (step 2 & 5 can be skipped)
sfbody.pmx
, import scale 1Sfbody
, Rotate X 90 degrees, Scale (XYZ) 0.5 (in order to match the Transform of FBX Armature
)Sfbody_arm
, go to Pose mode, select first bone md_body2006_hq
, Rotate X -90 degrees, then select root bone Root
, go to Edit mode, disable Connected
under Relations panel of Bone properties tab, (it should be disconnected if you export FBX to PMX using latest mmd_tools
), go back to Pose mode or Object modemotiongoin.vmd
, import scale 0.5, enable Treat Current Pose as Rest PoseSfbody
, Alt-R to reset Rotation, Alt-S to reset ScaleSfbody_arm
, go to Pose mode, select first bone md_body2006_hq
, Alt-R to reset RotationExport a new VMD in order to use the motion on MMD:
Sfbody_arm
, export VMD for_mmd.vmd
, enable Use Frame Range
to cut unwanted frames
so here it goes, after converting an idolmaster CGSS model with bones to pmx then importing this pmx file and a vmd (dance anim fbx converted from imas cgss motion file) and playing it in blender, the animation looks like a mess. however importing the original model fbx exported from asset studio fork of perfare, and then importing the vmd works fine. my guess is that something is happening during the pmx export that causes the vmd unable to recognize the bones (or whatever) correctly resulting to a twisted, incorrect animations. but i am not a pro on that matter so hoping those masters here will teach me if i am doing something wrong or what.
files.zip files i used are here. contents are the fbx file of the body model (with bones) and the pmx file of this model, and the vmd basically the animation.
sorry for poor explanation. to recreate the issue, open blender (i use 2.79), import the fbx (i strongly suggest to adjust the scale to 50 since the model is kinda small forgot to scale it during export to fbx in asset studio (perfare)), and then import the vmd, then play the anim... you will see that the anim shows correctly. but after exporting the same fbx to pmx, make new project (ctrlN), reimport the pmx, then use the said vmd, the anim becomes messed up.