[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [34688] trunk/blender/source/blender/ editors/animation/keyframing.c: Compiling commit for previous commit...

Joshua Leung aligorith at gmail.com
Mon Feb 7 12:51:32 CET 2011


Revision: 34688
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=34688
Author:   aligorith
Date:     2011-02-07 11:51:28 +0000 (Mon, 07 Feb 2011)
Log Message:
-----------
Compiling commit for previous commit...

Modified Paths:
--------------
    trunk/blender/source/blender/editors/animation/keyframing.c

Modified: trunk/blender/source/blender/editors/animation/keyframing.c
===================================================================
--- trunk/blender/source/blender/editors/animation/keyframing.c	2011-02-07 11:43:33 UTC (rev 34687)
+++ trunk/blender/source/blender/editors/animation/keyframing.c	2011-02-07 11:51:28 UTC (rev 34688)
@@ -50,6 +50,7 @@
 
 #include "BKE_animsys.h"
 #include "BKE_action.h"
+#include "BKE_armature.h"
 #include "BKE_constraint.h"
 #include "BKE_depsgraph.h"
 #include "BKE_fcurve.h"
@@ -648,6 +649,7 @@
 				mat4_to_eulO(eul, ob->rotmode, ob->obmat);
 				return eul[array_index];
 			}
+			// FIXME: other types of rotation don't work
 		}
 	}
 	else if (ptr->type == &RNA_PoseBone) {




More information about the Bf-blender-cvs mailing list