Blender Git Loki
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