[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26833] trunk/blender/source/blender/ editors/animation/fmodifier_ui.c: FModifier drawing typo:

Joshua Leung aligorith at gmail.com
Fri Feb 12 10:42:34 CET 2010


Revision: 26833
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26833
Author:   aligorith
Date:     2010-02-12 10:42:34 +0100 (Fri, 12 Feb 2010)

Log Message:
-----------
FModifier drawing typo:

All F-Modifiers were had their RNA pointers initialised as "Function Generator" modifiers when drawing.

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

Modified: trunk/blender/source/blender/editors/animation/fmodifier_ui.c
===================================================================
--- trunk/blender/source/blender/editors/animation/fmodifier_ui.c	2010-02-12 09:18:10 UTC (rev 26832)
+++ trunk/blender/source/blender/editors/animation/fmodifier_ui.c	2010-02-12 09:42:34 UTC (rev 26833)
@@ -594,7 +594,7 @@
 	PointerRNA ptr;
 	
 	/* init the RNA-pointer */
-	RNA_pointer_create(id, &RNA_FModifierFunctionGenerator, fcm, &ptr);
+	RNA_pointer_create(id, &RNA_FModifier, fcm, &ptr);
 	
 	/* draw header */
 	{





More information about the Bf-blender-cvs mailing list