[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27031] trunk/blender/source/blender/ python/generic/quat.c: error in last commit

Campbell Barton ideasman42 at gmail.com
Sat Feb 20 21:51:31 CET 2010


Revision: 27031
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27031
Author:   campbellbarton
Date:     2010-02-20 21:51:31 +0100 (Sat, 20 Feb 2010)

Log Message:
-----------
error in last commit

Modified Paths:
--------------
    trunk/blender/source/blender/python/generic/quat.c

Modified: trunk/blender/source/blender/python/generic/quat.c
===================================================================
--- trunk/blender/source/blender/python/generic/quat.c	2010-02-20 20:29:09 UTC (rev 27030)
+++ trunk/blender/source/blender/python/generic/quat.c	2010-02-20 20:51:31 UTC (rev 27031)
@@ -74,7 +74,7 @@
 		quat_to_mat3(mat, self->quat);
 
 		if(order == 0)	mat3_to_compatible_eul(eul, eul_compat->eul, mat);
-		else			mat3_to_compatible_eulO(eul, order, eul_compat->eul, mat);
+		else			mat3_to_compatible_eulO(eul, eul_compat->eul, order, mat);
 	}
 	else {
 		if(order == 0)	quat_to_eul(eul, self->quat);





More information about the Bf-blender-cvs mailing list