Go to file
Campbell Barton 998198a041 mathutils rotate functions for Euler/Quaternion/Matrix/Vector types.
each accept Euler/Quaternion/Matrix types.

eg:
  Euler.rotate(Quaternion(axis, angle))
  Vector.rotate(Euler((pi/2, 0, 0)))

matrix.resize_4x4() and euler.make_compatible() were still returning an instance of themselves, now return None.
2011-02-05 09:57:02 +00:00
build_files pep8 cleanup 2011-02-04 09:27:25 +00:00
doc mathutils rotate functions for Euler/Quaternion/Matrix/Vector types. 2011-02-05 09:57:02 +00:00
extern remove nan-makefiles 2011-01-30 15:29:22 +00:00
intern Fix [#19997] Duplicating window results in graphics corruption in UI 2011-02-04 13:22:02 +00:00
release update for changes in mathutils. 2011-02-05 07:04:23 +00:00
source mathutils rotate functions for Euler/Quaternion/Matrix/Vector types. 2011-02-05 09:57:02 +00:00
CMakeLists.txt Commit to cope with API changes in OpenCOLLADA (latest for Windows right now r827). 2011-01-27 19:39:06 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile fix for make stub, readlink was used incorrectly and building didn't work on BSD because of CPU detection. 2011-02-04 04:12:24 +00:00
SConstruct And on your left you can see something much nicer (while I fix this here on your right). 2011-01-27 19:49:43 +00:00