You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's right. None is not a quaternion. I don't know how to check if a quaternion is equal to something that's not explicitly a quaternion (but maybe could be converted to one), so I don't pretend to know by returning False, and I'm not going to special-case None.
In python, you usually want if quat_instance is None.
Running a
if quat_instance == None
check crashes withTypeError: Input object is not a quaternion.
I'm not sure if that's expected behaviour.The text was updated successfully, but these errors were encountered: