diff --git a/interface/resources/avatar/animations/settle_sitturnright_to_sitidle.fbx b/interface/resources/avatar/animations/settle_sitturnright_to_sitidle.fbx index c4f020da70..e997a913da 100644 Binary files a/interface/resources/avatar/animations/settle_sitturnright_to_sitidle.fbx and b/interface/resources/avatar/animations/settle_sitturnright_to_sitidle.fbx differ diff --git a/interface/resources/avatar/animations/sitting_turn_left.fbx b/interface/resources/avatar/animations/sitting_turn_left.fbx index b1f9ee82d4..41361e9e7a 100644 Binary files a/interface/resources/avatar/animations/sitting_turn_left.fbx and b/interface/resources/avatar/animations/sitting_turn_left.fbx differ diff --git a/interface/resources/avatar/animations/sitting_turn_right.fbx b/interface/resources/avatar/animations/sitting_turn_right.fbx index 4bd24040a2..018f2a6c54 100644 Binary files a/interface/resources/avatar/animations/sitting_turn_right.fbx and b/interface/resources/avatar/animations/sitting_turn_right.fbx differ diff --git a/interface/resources/avatar/avatar-animation.json b/interface/resources/avatar/avatar-animation.json index 58ce5f4e7b..7c3aa9e1cd 100644 --- a/interface/resources/avatar/avatar-animation.json +++ b/interface/resources/avatar/avatar-animation.json @@ -867,7 +867,7 @@ "loopFlag": false, "startFrame": 1, "timeScale": 1, - "url": "qrc:///avatar/animations/settle_sitturnright_to_sitidle.fbx" + "url": "qrc:///avatar/animations/settle_sitturnleft_to_sitidle.fbx" }, "id": "seatedTurnLeft_to_Idle", "type": "clip" @@ -930,8 +930,8 @@ { "easingType": "easeInOutQuad", "id": "seatedTurnRight_to_Idle", - "interpDuration": 15, - "interpTarget": 15, + "interpDuration": 25, + "interpTarget": 25, "interpType": "evaluateBoth", "transitions": [ { @@ -947,8 +947,8 @@ { "easingType": "easeInOutQuad", "id": "seatedTurnLeft_to_Idle", - "interpDuration": 15, - "interpTarget": 15, + "interpDuration": 25, + "interpTarget": 25, "interpType": "evaluateBoth", "transitions": [ { @@ -1230,6 +1230,14 @@ { "randomSwitchState": "masterSeatedIdle", "var": "seatedFidgetShakeLegsOnDone" + }, + { + "randomSwitchState": "masterSeatedIdle", + "var": "isSeatedTurningRight" + }, + { + "randomSwitchState": "masterSeatedIdle", + "var": "isSeatedTurningLeft" } ] }