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:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-12-20 20:16:53 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-12-20 20:17:43 +0400
commitaec90a8fafe19dfad110d9473d3f70e3aeeb8771 (patch)
treebd824d0017a925fe5f3a1bd2ee19892cabdd6dba /source/blender/editors/space_clip/space_clip.c
parent26aeb81d003278e30fc36255ba90ca81c3a655e6 (diff)
Fix wrong display of movie clip cache with mask overlay enabled
Diffstat (limited to 'source/blender/editors/space_clip/space_clip.c')
-rw-r--r--source/blender/editors/space_clip/space_clip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_clip/space_clip.c b/source/blender/editors/space_clip/space_clip.c
index adc902bf4ba..2cabb595fb7 100644
--- a/source/blender/editors/space_clip/space_clip.c
+++ b/source/blender/editors/space_clip/space_clip.c
@@ -1214,6 +1214,8 @@ static void clip_main_area_draw(const bContext *C, ARegion *ar)
glPopMatrix();
}
+ clip_draw_cache_and_notes(C, sc, ar);
+
if (sc->flag & SC_SHOW_GPENCIL) {
/* Grease Pencil */
clip_draw_grease_pencil((bContext *)C, true);