I’m looking for a Blender API math function that takes in two (unit) vectors and spits out a Quaternion that when rotating the first vector would generate the second vector.
Basically the Blender equivalent of Unity’s Quaternion.FromToRotation() function.
I would expect Blender to have it, but for the life of me I can’t find it in the mathutils documentation or anywhere else.