absolute-quantum / cats-blender-plugin

:smiley_cat: A tool designed to shorten steps needed to import and optimize models into VRChat. Compatible models are: MMD, XNALara, Mixamo, DAZ/Poser, Blender Rigify, Sims 2, Motion Builder, 3DS Max and potentially more
https://catsblenderplugin.com
MIT License
3.31k stars 450 forks source link

Koikatsu Shapekey Fix #352

Open dragonash2019 opened 2 years ago

dragonash2019 commented 2 years ago

Can someone explain what exactly this button does? Reading through the FAQ's skips right over it. Is it a simply renaming of the keys? Does it make new ones?

989onan commented 2 years ago

Looking at the code this is what it does in order: makes max value of eye shape keys ".333333333" (shape keys starting with "eye_") makes max value of other shape keys "0.94", then it puts shape keys with stuff like "eye_face.f" and "kuti_face.f" into a list which it then merges all items onto basis and then deletes the shape keys Apparently... Not sure what that does or means, but at least it's a translated from code to English explanation for you.