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:
authorCampbell Barton <ideasman42@gmail.com>2007-10-16 22:04:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-10-16 22:04:56 +0400
commit5b755bade20d154e2bc8c563b31259e303f1005c (patch)
treef533cd0257ecd1e458e27d5a20b25e5dc09b0815 /source/blender/src/transform.c
parent8e3b8811813426844b080da38b4551e91c6b808e (diff)
ipo error kept popping up and lock ipo didnt redraw the sequencer view (note, still not realtime, but at least it redraws now)
Diffstat (limited to 'source/blender/src/transform.c')
-rw-r--r--source/blender/src/transform.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/transform.c b/source/blender/src/transform.c
index a5099dbd042..ec2e6b5275f 100644
--- a/source/blender/src/transform.c
+++ b/source/blender/src/transform.c
@@ -423,6 +423,8 @@ static void viewRedrawForce(TransInfo *t)
force_draw_plus(SPACE_VIEW3D, 0);
else if (G.sipo->blocktype==ID_OB)
force_draw_plus(SPACE_VIEW3D, 0);
+ else if (G.sipo->blocktype==ID_SEQ)
+ force_draw_plus(SPACE_SEQ, 0);
else
force_draw(0);
}