blender/doc/python_api
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
..
blender-org == python api doc == 2010-10-13 10:42:33 +00:00
epy removing epydocs for mathutils and geometry mododules (now they are in sphinx) 2011-01-01 23:53:48 +00:00
examples mathutils rotate functions for Euler/Quaternion/Matrix/Vector types. 2011-02-05 09:57:02 +00:00
rst == python api doc == 2010-10-13 10:42:33 +00:00
sphinx_doc_gen.py pep8 cleanup 2011-02-04 09:27:25 +00:00
sphinx_doc_gen.sh r34526 removed a line which had an unused return value but still needed to run. 2011-01-27 12:36:48 +00:00