[Bf-blender-cvs] [83d6b73] master: Error in last commit

Campbell Barton noreply at git.blender.org
Thu Oct 15 12:35:09 CEST 2015


Commit: 83d6b73e96b5bccc3da3bbafa5ccda3fb7165651
Author: Campbell Barton
Date:   Thu Oct 15 21:28:07 2015 +1100
Branches: master
https://developer.blender.org/rB83d6b73e96b5bccc3da3bbafa5ccda3fb7165651

Error in last commit

===================================================================

M	source/blender/blenlib/intern/math_matrix.c

===================================================================

diff --git a/source/blender/blenlib/intern/math_matrix.c b/source/blender/blenlib/intern/math_matrix.c
index b4cdce7..6775467 100644
--- a/source/blender/blenlib/intern/math_matrix.c
+++ b/source/blender/blenlib/intern/math_matrix.c
@@ -1306,6 +1306,7 @@ void normalize_m4_m4_ex(float rmat[4][4], float mat[4][4], float r_scale[3])
 		r_scale[i] = normalize_v3_v3(rmat[i], mat[i]);
 		rmat[i][3] = (r_scale[i] != 0.0f) ? (mat[i][3] / r_scale[i]) : mat[i][3];
 	}
+	copy_v4_v4(rmat[3], mat[3]);
 }
 void normalize_m4_m4(float rmat[4][4], float mat[4][4])
 {




More information about the Bf-blender-cvs mailing list