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/edittime.c
parent21d1b9e31084246da631de76b5903e831e4f9be6 (diff)
== Preview Range ==
Preview Range now works in the IPO editor.
Diffstat (limited to 'source/blender/src/edittime.c')
-rw-r--r--source/blender/src/edittime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/edittime.c b/source/blender/src/edittime.c
index 2f1cd2f939e..593e88d26c2 100644
--- a/source/blender/src/edittime.c
+++ b/source/blender/src/edittime.c
@@ -606,6 +606,7 @@ void anim_previewrange_set()
allqueue(REDRAWTIME, 0);
allqueue(REDRAWACTION, 0);
allqueue(REDRAWNLA, 0);
+ allqueue(REDRAWIPO, 0);
allqueue(REDRAWBUTSALL, 0);
}
}