Export all blend shapes #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Sonogami_Rinne/KKBP_Exporter:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Export all blend shapes
As we can get each blend shape's weight when applying different eye, mouth, and eyebrow patterns, what do you think of restoring each pattern as a shape key in Blender rather than restoring each blend shape as a shape key?
Fix kkbp-dev/KKBP_Importer#41
Do you mean replace the individual shapekeys with a single shapekey that contains eye + mouth + eyebrow? I personally like the way it is now because you can mix and match different emotions. I would be open to adding additional shapekeys at the beginning or the end of the list that have eye + mouth + eyebrow all in one.
Also, do you have a card with additional shapekeys that you could share for testing?
Hmm, I mean this:
Generated KK blendshapes are slight different with these patterns in game. After taking deeper research, I think the difference could be ignored.
And there do not seem to have an emotion system in game, in other way, no ChanegEmotion method but ChangeMouthPtn, ChangeEyesPtn and ChangeEyebrowPtn. So we need to create shapekeys from these individual shapekeys by ourselves, which may cost a few time.
Okay sorry, I misunderstood. Yes I think that's an excellent idea.
It would make it a lot easier to work with in blender if each pattern was like you described. I don't think there's any situation where someone would want to use the individual shapekeys.
The only individual shapekey that might need special treatment is the _gag shapekey, so the fire eyes, swirly eyes, etc can function.
Sorry for taking so long but I tried it out today and it works very well. Thank you for adding this feature, this is a really cool thing to have!
I also added a development branch and added you as a collaborator, so if you want to commit there from now on I think that will make things easier.