mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +02:00
Block TranslateZ when off-hand Y axis is active.
This commit is contained in:
parent
1e10afe762
commit
09d15c9cb0
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "Standard to Action",
|
||||
"channels": [
|
||||
{ "from": "Standard.LY",
|
||||
"when": "Application.LeftHandDominant",
|
||||
"when": ["Application.LeftHandDominant", "!Standard.RY"],
|
||||
"to": "Actions.TranslateZ"
|
||||
},
|
||||
|
||||
|
@ -59,7 +59,7 @@
|
|||
},
|
||||
|
||||
{ "from": "Standard.RY",
|
||||
"when": "Application.RightHandDominant",
|
||||
"when": ["Application.RightHandDominant", "!Standard.LY"],
|
||||
"to": "Actions.TranslateZ"
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue