FlailingFog / KK-Blender-Porter-Pack

Plugin pack for exporting Koikatsu characters to Blender.
310 stars 29 forks source link

Mixamo animation #484

Closed shadow189 closed 7 months ago

shadow189 commented 7 months ago

Hi, I would like a mixamo animation importer option, is posible?

FlailingFog commented 7 months ago

I think you can just edit this file and enter the Mixamo bone names: https://github.com/FlailingFog/KK-Blender-Porter-Pack/blob/master/extras/animationlibrary/Rokoko%20retargeting%20list%20(koikatsu%20fbx%20to%20KKBP%20Rigify).json

It should be in this format:

"custom_bone_Mixamo_Hips_bone_name": [
            "Mixamo_Hips_bone_name",
            "KKBP_armature_bone_name" 
        ],

Then you can load this file in and retarget using the Rokoko addon: https://www.youtube.com/watch?v=Nyxeb48mUfs&t=713s

shadow189 commented 7 months ago

Thanks, it helps a lot