It’s possible to do the same without NodePath:
q = Quat() q.setHpr((180, 0, 0)) print(q.getForward())