This commit is contained in:
yinsx
2025-12-26 15:51:59 +08:00
parent 43ffe4486a
commit ea4bc6502d
3 changed files with 36 additions and 8 deletions

View File

@ -483,8 +483,8 @@ class BlendShapeAnimator {
const expressions = window.ExpressionLibrary.expressions;
for (const exprKey in expressions) {
const expr = expressions[exprKey];
if (expr.shapes) {
for (const shapeName in expr.shapes) {
if (expr.blendShapes) {
for (const shapeName in expr.blendShapes) {
this.morphTargetAdapter.setInfluence(shapeName, 0);
delete this.idleAnimations[shapeName];
}