From c67952a4757c2ec0c29de3f0cd4e8ca445f3ce1b Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Mon, 2 Feb 2009 11:51:10 +0000 Subject: Animato RNA wrapping: It's about time that the RNA wrapping for various parts of the animation system were cleaned up for my recent changes. I've moved some code around (and/or deleted a file or two) in the process. --- source/blender/editors/space_outliner/outliner.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/space_outliner') diff --git a/source/blender/editors/space_outliner/outliner.c b/source/blender/editors/space_outliner/outliner.c index f24dac5105a..431208ad511 100644 --- a/source/blender/editors/space_outliner/outliner.c +++ b/source/blender/editors/space_outliner/outliner.c @@ -3178,6 +3178,8 @@ static int tselem_rna_icon(PointerRNA *ptr) return ICON_LIBRARY_DEHLT; else if(rnatype == &RNA_Action) return ICON_ACTION; + else if(rnatype == &RNA_FCurve) + return ICON_IPO_DEHLT; //else if(rnatype == &RNA_Ipo) // return ICON_IPO_DEHLT; else if(rnatype == &RNA_Key) -- cgit v1.2.3