[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19300] branches/blender2.5/blender/source /blender/editors/space_graph/graph_draw.c: Fix for typo which broke compiling

Joshua Leung aligorith at gmail.com
Sun Mar 15 11:43:20 CET 2009


Revision: 19300
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19300
Author:   aligorith
Date:     2009-03-15 11:43:17 +0100 (Sun, 15 Mar 2009)

Log Message:
-----------
Fix for typo which broke compiling

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/space_graph/graph_draw.c

Modified: branches/blender2.5/blender/source/blender/editors/space_graph/graph_draw.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/space_graph/graph_draw.c	2009-03-15 10:39:02 UTC (rev 19299)
+++ branches/blender2.5/blender/source/blender/editors/space_graph/graph_draw.c	2009-03-15 10:43:17 UTC (rev 19300)
@@ -710,7 +710,7 @@
 	 */
 	for (ale=anim_data.first; ale; ale=ale->next) {
 		FCurve *fcu= (FCurve *)ale->key_data;
-		//FModifier *fcm= fcurve_active_modifier(fcu);
+		FModifier *fcm= fcurve_active_modifier(fcu);
 		//Object *nob= ANIM_nla_mapping_get(ac, ale);
 		
 		/* map keyframes for drawing if scaled F-Curve */





More information about the Bf-blender-cvs mailing list