I am trying to rotate ONLY the bone called "head".
This is my animation:
{
"format_version": "1.8.0",
"animations": {
"animation.head.rotate": {
"loop": true,
"bones": {
"head": {
"rotation": [
"query.target_x_rotation - this",
"query.target_y_rotation - this",
0
]
}
}
}
}
}
This rotates the head properly, but for whatever reason it slightly rotates the other bones as well! How??