Skip to content

Instantly share code, notes, and snippets.

@toka7290
Created April 25, 2021 17:17
Show Gist options
  • Save toka7290/1ce572656ec1339f70ad7dc08cbea463 to your computer and use it in GitHub Desktop.
Save toka7290/1ce572656ec1339f70ad7dc08cbea463 to your computer and use it in GitHub Desktop.
{
"format_version": "1.8.0",
"animations": {
"animation.armor.boots.offset": {
"loop": true,
"bones": {
"leftleg": {
"position": [
"query.get_root_locator_offset('armor_offset.left_boot', 0)",
"query.get_root_locator_offset('armor_offset.left_boot', 1)",
"query.get_root_locator_offset('armor_offset.left_boot', 2)"
]
},
"rightleg": {
"position": [
"query.get_root_locator_offset('armor_offset.right_boot', 0)",
"query.get_root_locator_offset('armor_offset.right_boot', 1)",
"query.get_root_locator_offset('armor_offset.right_boot', 2)"
]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment