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>2007-04-06 10:52:00 +0400
committerJoshua Leung <aligorith@gmail.com>2007-04-06 10:52:00 +0400
commit29c07081455c3b32f13f13c5c63da59c7055e136 (patch)
tree7503b91eb4c3f255df586b1f7d3a5e601b825023 /source/blender/src/drawipo.c
parent21d1b9e31084246da631de76b5903e831e4f9be6 (diff)
== Preview Range ==
Preview Range now works in the IPO editor.
Diffstat (limited to 'source/blender/src/drawipo.c')
-rw-r--r--source/blender/src/drawipo.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/src/drawipo.c b/source/blender/src/drawipo.c
index ad4e477a461..293c1c2aed0 100644
--- a/source/blender/src/drawipo.c
+++ b/source/blender/src/drawipo.c
@@ -2162,6 +2162,9 @@ void drawipospace(ScrArea *sa, void *spacedata)
draw_ipohandles(1);
draw_ipovertices(1);
+ /* Draw 'curtains' for preview */
+ draw_anim_preview_timespace();
+
/* draw markers */
draw_markers_timespace();