crjc
crjc
Not completely related, but would it be ok to rename: `OgreMain/include/Animation/OgreTagPoint.h` to `OgreMain/include/Animation/OgreTagPoint2.h` This seems to be the convention used for other files and would resolve conflicting names with the...
I actually stopped that assertion by flipping the division, although the mesh breaks as soon as you begin an animation. ```cpp bone->setScale(scale / parent->_getDerivedScale()); ```
I believe the matrix is the global transform of the bone, and Ogre expects the position, rotation and scale of a bone to be local. I have tried to simply...
Any idea how complex it would be to fix this one? I'm not sure how to go around doing it properly, but my **very** quick and dirty solution appears to...
My change simply recursively goes through the filter expression to extract any `ParameterExpression`s. It then passes these Parameters to `AddServices` on the `CompileContext`. Oddly enough, I use an EF `DbContext`,...
OK odd, I just tried my branch on EF Core 6 and it also worked.
Also working in EF Core 5!
And it does NOT work on EF6, but Core seems OK?