### Luanti version ```true Luanti 5.15.1 (from Flatpak) ``` ### Operating system and version Kubuntu 24.04.4 ### CPU model AMD Ryzen Threadripper 3960X ### GPU model NVIDIA GeForce RTX 3060 ### Active renderer 4.6.0 / opengl3 / SDL 2.32.62 (COMPAT) ### Summary set_bone_override no longer works in 5.15.1. The same bit of code works in 5.14.0. Example code: https://github.com/CryptechTest/voxel_annihilation/blob/main/mods/va_structures/structures/t1/economy/vox_wind_turbine.lua#L67-L80 https://github.com/user-attachments/assets/9a7f2145-67f9-4f64-b205-7f2a1df2ebfa ### Steps to reproduce Use set_bone_override to set the rotation of a bone of glTF model. Logging the override shows that it changes, but has no visual effect.