Time Nick Message 14:48 [MatrxMT] I'm currently working on refactoring Irrlicht's `SkinnedMesh` - in preparation of jank bugfixes (which I already have but which are themselves at least partially broken) and optimizations - but I've caused a regression with interpolation and I'm a bit stuck on debugging it. A second pair of eyes would probably help. See https://github.com/minetest/minetest/pull/15522. 16:02 Krock I've seen it but I have no clue about what's happening there 16:02 Krock https://i.imgflip.com/3links.jpg 16:08 MTDiscord Don't worry I figured it out (with the rubberducky effect and help of a second pair of eyes of my brother). It was a dumb issue really, Irrlicht uses inconsistent conventions for quaternion slerp vs vector interpolation so I had my arguments swapped in one place (but to me the code looked correct). 16:10 MTDiscord #15522 is ready for review now. The individual commits should be relatively manageable to review. 16:10 ShadowBot https://github.com/minetest/minetest/issues/15522 -- Refactor `SkinnedMesh` by appgurueu