-
Notifications
You must be signed in to change notification settings - Fork 175
Description
Hi,
When I set VRM10 avatar expression, such as "Happy", while uLipSync working with mouth shapes "A","I","U","E","O", the "Happy" expression still blends with uLipSync mouth shapes. Even I set the expression override like below:
vrm10Instance.Vrm.Expression.Aa.OverrideMouth = UniGLTF.Extensions.VRMC_vrm.ExpressionOverrideType.none;
vrm10Instance.Vrm.Expression.Ih.OverrideMouth = UniGLTF.Extensions.VRMC_vrm.ExpressionOverrideType.none;
vrm10Instance.Vrm.Expression.Ou.OverrideMouth = UniGLTF.Extensions.VRMC_vrm.ExpressionOverrideType.none;
vrm10Instance.Vrm.Expression.Ee.OverrideMouth = UniGLTF.Extensions.VRMC_vrm.ExpressionOverrideType.none;
vrm10Instance.Vrm.Expression.Oh.OverrideMouth = UniGLTF.Extensions.VRMC_vrm.ExpressionOverrideType.none;
vrm10Instance.Vrm.Expression.Happy.OverrideMouth = UniGLTF.Extensions.VRMC_vrm.ExpressionOverrideType.block;
The happy expression still affect mouth...
Is there any method to avoid expression blend with mouth?
Thank you.