clearExpressions
import { Vrm } from "@hmcs/sdk";
vrm.clearExpressions() removes all expression overrides, returning full control to VRMA animations.
await character.clearExpressions();
This is useful when transitioning from a scripted facial sequence back to animation-driven expressions.