GLTF runtime loaded models may not trigger automatic MeshInstance vertex deformation when the AnimationPlayer updates bone poses. Added throttled _update_skin() that re-applies current bone poses to trigger NOTIFICATION_UPDATE_SKELETON, ensuring the renderer sees the updated vertex positions.