Blender Git Commit Log

Git Commits -> Revision 0925d80

Revision 0925d80 by Campbell Barton (master)
August 21, 2006, 13:52 (GMT)
removed the unpopular 'ed' functions, and added .copy() to Mathutils vector and matrix
(inverted, normalized, transposed)

making an inverted copy of an objects matrix used to be.. (2.42)

imat= Mathutils.Matrix(ob.matrixWorld)
imat.invert()


# inverted.. I added but now removed

imat= ob.matrixWorld.inverted()

# with copy (current functionality)...

imat= ob.matrixWorld.copy().invert()

Commit Details:

Full Hash: 0925d80cfadcd1827d43bf9fd4b00ee99fe4cd81
SVN Revision: 8363
Parent Commit: 0dcfab3
Lines Changed: +55, -79

5 Modified Paths:

/source/blender/python/api2_2x/doc/Mathutils.py (+23, -32) (Diff)
/source/blender/python/api2_2x/matrix.c (+12, -28) (Diff)
/source/blender/python/api2_2x/matrix.h (+1, -2) (Diff)
/source/blender/python/api2_2x/vector.c (+18, -15) (Diff)
/source/blender/python/api2_2x/vector.h (+1, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021