Blender Git Commit Log

Git Commits -> Revision 1be4eda

Revision 1be4eda by Campbell Barton (master)
August 23, 2010, 22:10 (GMT)
bugfix [#23454] vector*matrix not the same as vector*=matrix
- they now share the same code so it wont happen again.
- added id_data to properties so we can do...
matrix = C.object.matrix_world
obj = matrix.owner.id_data # get the original object back.

Commit Details:

Full Hash: 1be4eda552aa97aa5f5fe43fd34196c57425a7c2
SVN Revision: 31539
Parent Commit: 9b685a4
Lines Changed: +33, -48

3 Modified Paths:

/source/blender/python/generic/mathutils_Matrix.c (+0, -1) (Diff)
/source/blender/python/generic/mathutils_Vector.c (+27, -42) (Diff)
/source/blender/python/intern/bpy_rna.c (+6, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021