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-29 06:49:49 +0400
committerJoshua Leung <aligorith@gmail.com>2007-04-29 06:49:49 +0400
commitacce32138266550f1647aff3491066f646c00e88 (patch)
tree7b9c962cd90e8a02c9c4a17fe5339616edbd6e21 /source/blender/src/drawipo.c
parent3863205d6132d88e669d94e3cff7a3853c146caa (diff)
== IPO Editor ==
IPO-Keys (K) should now work with scaled IPO curves.
Diffstat (limited to 'source/blender/src/drawipo.c')
-rw-r--r--source/blender/src/drawipo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/drawipo.c b/source/blender/src/drawipo.c
index 336ac281f5d..aef167f2c2a 100644
--- a/source/blender/src/drawipo.c
+++ b/source/blender/src/drawipo.c
@@ -2148,6 +2148,7 @@ void drawipospace(ScrArea *sa, void *spacedata)
/* ipokeys */
if(sipo->showkey) {
if(sipo->ipokey.first==0) make_ipokey();
+ else update_ipokey_val();
draw_ipokey(sipo);
}