Files
test/source/blender
Jacques Lucke f0500a28ee Fix: BLI: quaternion is not normalized after conversion
This applies the fix from 98334b8f7d to the c++ implementation.

Two notes:
* We need to work towards unifying these implementations which would have avoided this bug.
* In the C++ implementation, one can't use `math::dot` and `math::normalize` for quaternions
  where this function is implemented, because of include dependency order.

Both these things should be resolved, but right now correctness has priority for me.

Pull Request: https://projects.blender.org/blender/blender/pulls/131296
2024-12-03 12:24:55 +01:00
..
2024-11-22 09:40:51 -05:00
2024-09-20 13:14:57 +10:00
2024-10-04 11:33:21 +02:00
2024-10-23 13:14:37 +11:00
2024-11-25 13:24:46 +11:00
2024-12-02 18:51:41 +02:00