Weird squishing when rotating

Godot Version

4.5

Question

Whenever I rotate this asteroid using this line of code:

$Ida.rotate_object_local(Vector3(0, 1, 0), deg_to_rad(360 / (T / Δ)))

It squishes and rescales while rotating instead of rotating around the axis normally

Any non-proportionally scaled ancestor nodes?