[#26768] 2.57 - sys.path not initialized properly
we should document this properly (we only have general design docs atm), for now just correct the tooltip. also update api example docs.
This commit is contained in:
@@ -13,6 +13,6 @@ mat3 = mat.to_3x3()
|
||||
quat1 = mat.to_quaternion()
|
||||
quat2 = mat3.to_quaternion()
|
||||
|
||||
angle = quat1.difference(quat2)
|
||||
quat_diff = quat1.rotation_difference(quat2)
|
||||
|
||||
print(angle)
|
||||
print(quat_diff.angle)
|
||||
|
Reference in New Issue
Block a user