diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index b332204e79..2bc41029f3 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -4383,6 +4383,7 @@ void Application::stopAllScripts(bool restart) { // HACK: ATM scripts cannot set/get their animation priorities, so we clear priorities // whenever a script stops in case it happened to have been setting joint rotations. // TODO: expose animation priorities and provide a layered animation control system. + _myAvatar->clearJointAnimationPriorities(); _myAvatar->clearScriptableSettings(); }