mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 21:49:54 +02:00
Change strafeleft<->straferight transitions to isMoving vars and remove the sidesteps from the blendranges
This commit is contained in:
parent
99aeb4aa2f
commit
b914bb60fe
1 changed files with 12 additions and 12 deletions
|
@ -4740,11 +4740,11 @@
|
||||||
"children": [
|
"children": [
|
||||||
],
|
],
|
||||||
"data": {
|
"data": {
|
||||||
"endFrame": 30,
|
"endFrame": 35,
|
||||||
"loopFlag": true,
|
"loopFlag": true,
|
||||||
"startFrame": 1,
|
"startFrame": 1,
|
||||||
"timeScale": 1,
|
"timeScale": 1,
|
||||||
"url": "qrc:///avatar/animations/side_step_short_left.fbx"
|
"url": "qrc:///avatar/animations/walk_left.fbx"
|
||||||
},
|
},
|
||||||
"id": "strafeLeftShortStep_c",
|
"id": "strafeLeftShortStep_c",
|
||||||
"type": "clip"
|
"type": "clip"
|
||||||
|
@ -4753,11 +4753,11 @@
|
||||||
"children": [
|
"children": [
|
||||||
],
|
],
|
||||||
"data": {
|
"data": {
|
||||||
"endFrame": 20,
|
"endFrame": 35,
|
||||||
"loopFlag": true,
|
"loopFlag": true,
|
||||||
"startFrame": 1,
|
"startFrame": 1,
|
||||||
"timeScale": 1,
|
"timeScale": 1,
|
||||||
"url": "qrc:///avatar/animations/side_step_left.fbx"
|
"url": "qrc:///avatar/animations/walk_left.fbx"
|
||||||
},
|
},
|
||||||
"id": "strafeLeftStep_c",
|
"id": "strafeLeftStep_c",
|
||||||
"type": "clip"
|
"type": "clip"
|
||||||
|
@ -4838,12 +4838,12 @@
|
||||||
"children": [
|
"children": [
|
||||||
],
|
],
|
||||||
"data": {
|
"data": {
|
||||||
"endFrame": 30,
|
"endFrame": 35,
|
||||||
"loopFlag": true,
|
"loopFlag": true,
|
||||||
"mirrorFlag": true,
|
"mirrorFlag": false,
|
||||||
"startFrame": 1,
|
"startFrame": 1,
|
||||||
"timeScale": 1,
|
"timeScale": 1,
|
||||||
"url": "qrc:///avatar/animations/side_step_short_left.fbx"
|
"url": "qrc:///avatar/animations/walk_right.fbx"
|
||||||
},
|
},
|
||||||
"id": "strafeRightShortStep_c",
|
"id": "strafeRightShortStep_c",
|
||||||
"type": "clip"
|
"type": "clip"
|
||||||
|
@ -4852,12 +4852,12 @@
|
||||||
"children": [
|
"children": [
|
||||||
],
|
],
|
||||||
"data": {
|
"data": {
|
||||||
"endFrame": 20,
|
"endFrame": 35,
|
||||||
"loopFlag": true,
|
"loopFlag": true,
|
||||||
"mirrorFlag": true,
|
"mirrorFlag": false,
|
||||||
"startFrame": 1,
|
"startFrame": 1,
|
||||||
"timeScale": 1,
|
"timeScale": 1,
|
||||||
"url": "qrc:///avatar/animations/side_step_left.fbx"
|
"url": "qrc:///avatar/animations/walk_right.fbx"
|
||||||
},
|
},
|
||||||
"id": "strafeRightStep_c",
|
"id": "strafeRightStep_c",
|
||||||
"type": "clip"
|
"type": "clip"
|
||||||
|
@ -5617,7 +5617,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"state": "STRAFELEFT",
|
"state": "STRAFELEFT",
|
||||||
"var": "isInputLeft"
|
"var": "isMovingLeft"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"state": "turnRight",
|
"state": "turnRight",
|
||||||
|
@ -5681,7 +5681,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"state": "STRAFERIGHT",
|
"state": "STRAFERIGHT",
|
||||||
"var": "isInputRight"
|
"var": "isMovingRight"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"state": "turnRight",
|
"state": "turnRight",
|
||||||
|
|
Loading…
Reference in a new issue