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-06-02 17:03:33 +0400
committerJoshua Leung <aligorith@gmail.com>2009-06-02 17:03:33 +0400
commit8afd6a9dc54ea40e9f12e746d6e67430613776ec (patch)
tree037f9c15dc5dcc1e70bd52d91a421373e995becc /source/blender/editors/space_nla/space_nla.c
parent6a35302a54071bfd12df7d4a71e710d1e250b34d (diff)
NLA SoC: Added basic info-text drawing on strips
The format of these is still rather experimental.
Diffstat (limited to 'source/blender/editors/space_nla/space_nla.c')
-rw-r--r--source/blender/editors/space_nla/space_nla.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/space_nla/space_nla.c b/source/blender/editors/space_nla/space_nla.c
index 024b23c51b8..1bed72b82fb 100644
--- a/source/blender/editors/space_nla/space_nla.c
+++ b/source/blender/editors/space_nla/space_nla.c
@@ -246,7 +246,11 @@ static void nla_main_area_draw(const bContext *C, ARegion *ar)
/* data */
if (ANIM_animdata_get_context(C, &ac)) {
+ /* strips and backdrops */
draw_nla_main_data(&ac, snla, ar);
+
+ /* text draw cached, in pixelspace now */
+ UI_view2d_text_cache_draw(ar);
}
/* current frame */