Skip to content

Commit

Permalink
Execute passes after Modular Avatar for FaceEmo compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotu committed Aug 18, 2024
1 parent 1980553 commit e68894b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public class NonDestructiveMmdPlugin : Plugin<NonDestructiveMmdPlugin>
protected override void Configure()
{
var seq = InPhase(BuildPhase.Transforming);
seq.AfterPlugin("nadena.dev.modular-avatar");
seq.Run(BlendShapeMappingsPass.Instance);
seq.WithRequiredExtension(typeof(AnimationServicesContext), _ =>
{
Expand Down

0 comments on commit e68894b

Please sign in to comment.