Blender Git Commit Log

Git Commits -> Revision 6731f7e

Revision 6731f7e by Campbell Barton
September 7, 2007, 07:45 (GMT)
matrix.scalePart() was never returning negative values, even tho its impossible to get correct negative scale/rotation values from a matrix, blender gets these values in apply_obmat (editobject.c) in a way that keeps the transformation the same at least.

copied the code from apply_obmat to be used by matrix.scalePart() ob.getSize('worldspace'), this makes the hack I committed to FBX before not needed (rolled back in this commit)

Commit Details:

Full Hash: 6731f7e01a95b4cc1cfaa0085915a2ad0e586b17
SVN Revision: 11957
Parent Commit: 16fc98d
Lines Changed: +37, -59

3 Modified Paths:

/release/scripts/export_fbx.py (+8, -50) (Diff)
/source/blender/python/api2_2x/matrix.c (+15, -4) (Diff)
/source/blender/python/api2_2x/Object.c (+14, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021