Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2009-05-30 04:28:33 +0400
committerJoshua Leung <aligorith@gmail.com>2009-05-30 04:28:33 +0400
commit72205f45e4e4dfd14460d693ccda30f7677ae9be (patch)
tree01a69406f4f02db8fed46dd612030894ffd334d5 /source/blender/editors/space_nla/space_nla.c
parentcee915ab56ebc02f246b12ff263f9a30edb1c5c4 (diff)
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...
Diffstat (limited to 'source/blender/editors/space_nla/space_nla.c')
-rw-r--r--source/blender/editors/space_nla/space_nla.c2
1 files changed, 1 insertions, 1 deletions
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 */