From 72205f45e4e4dfd14460d693ccda30f7677ae9be Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sat, 30 May 2009 00:28:33 +0000 Subject: NLA SoC: Basic Strip drawing Implemented some basic strip-drawing code with some hardcoded colours. These colours will be made into theme colours at some point, but the aim is to use different colours as indicators of the 'state' of the strip (i.e. active/being tweaked, uses the same action as the strip being tweaked, selected, normal). This is not yet usable though... --- source/blender/editors/space_nla/space_nla.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_nla/space_nla.c') diff --git a/source/blender/editors/space_nla/space_nla.c b/source/blender/editors/space_nla/space_nla.c index 39888162a95..bf122227a8b 100644 --- a/source/blender/editors/space_nla/space_nla.c +++ b/source/blender/editors/space_nla/space_nla.c @@ -246,7 +246,7 @@ static void nla_main_area_draw(const bContext *C, ARegion *ar) /* data */ if (ANIM_animdata_get_context(C, &ac)) { - //draw_channel_strips(&ac, saction, ar); + draw_nla_main_data(&ac, snla, ar); } /* current frame */ -- cgit v1.2.3