Add support for additional control effects in document migration and runtime host

This commit is contained in:
2026-04-14 02:38:47 +02:00
parent a995cd172e
commit 7fdcf55960
2 changed files with 73 additions and 0 deletions

View File

@@ -1268,6 +1268,10 @@ export class RuntimeHost {
}
}
if (!this.animationMixers.has(target.modelInstanceId)) {
return;
}
if (clipName === null) {
this.applyStopAnimationAction(target.modelInstanceId);
return;