From d26e71c2f0d2136900299b36429f13a347b54fb8 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Fri, 12 Feb 2010 09:42:34 +0000 Subject: FModifier drawing typo: All F-Modifiers were had their RNA pointers initialised as "Function Generator" modifiers when drawing. --- source/blender/editors/animation/fmodifier_ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/blender/editors/animation/fmodifier_ui.c b/source/blender/editors/animation/fmodifier_ui.c index 3ba20ca3e88..d2617926403 100644 --- a/source/blender/editors/animation/fmodifier_ui.c +++ b/source/blender/editors/animation/fmodifier_ui.c @@ -594,7 +594,7 @@ void ANIM_uiTemplate_fmodifier_draw (uiLayout *layout, ID *id, ListBase *modifie PointerRNA ptr; /* init the RNA-pointer */ - RNA_pointer_create(id, &RNA_FModifierFunctionGenerator, fcm, &ptr); + RNA_pointer_create(id, &RNA_FModifier, fcm, &ptr); /* draw header */ { -- cgit v1.2.3