Is there a way to animate 3d bones in godot through XYZ axis?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Darxkl05

The thing is, I can actually modify the bones’ positions, but I can only do it through matrix. Instead of letting me modify position/rotation/scale using XYZ axis, the inspector shows me 4 different rows. The issue with this method is that it makes it very hard to keep the model consistent when it comes to scale. Is there a way to modify this bones using the normal XYZ axis for location, rotation and translation, like the transform property in any other node?

(The only way I can seem to move the bones) :
enter image description here

Btw, I want to animate bones inside the engine because my blender model’s animations get bugged when I import them in godot.