Files
test2/source
Campbell Barton b227c98c44 Addition to Mathutils
vec.normalized()
 mat.inverted()
 mat.transposed()
 made vec/float possible

 normalize/invert/transpose now return None because they modify the data in place.
 use the ...(ed) versions to return a modified copy.


Fixed Memory leaks from not decreffing PyFloat_AS_DOUBLE from these python functions...
(found when testing above functions)
  ob.rbMass
  ob.rbRadius
  matrix.determinant()
  quat*float
  vec*float
  matrix.transpose()
  EXPP_setModuleConstant

Checked all instances of PyFloat_AS_DOUBLE so I dont think there are any mroe leaks there.
2006-07-27 01:18:21 +00:00
..
2006-07-27 01:18:21 +00:00
2006-03-10 22:50:27 +00:00
2006-02-07 21:24:36 +00:00
2006-07-26 22:29:23 +00:00
2006-07-03 19:50:53 +00:00
2006-07-26 22:29:23 +00:00
2006-03-20 17:25:42 +00:00
2005-03-09 19:45:59 +00:00
2006-03-10 20:47:34 +00:00