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:
authorTon Roosendaal <ton@blender.org>2003-06-27 16:34:44 +0400
committerTon Roosendaal <ton@blender.org>2003-06-27 16:34:44 +0400
commit57aaef00ee8393c3f9bc03c179485579723704d9 (patch)
tree38d51bb90a7ed585c15d1cea95345d6034355ad9 /source/blender/src/editipo.c
parentdc686139de8740484c55516e225ab515db5734f2 (diff)
- part 1 of investigating how armatures work!
fixed display error; when adding a 'key' in a bone, it didnt update IpoWindow
Diffstat (limited to 'source/blender/src/editipo.c')
-rw-r--r--source/blender/src/editipo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editipo.c b/source/blender/src/editipo.c
index 6d6b03828c8..648e27c8f50 100644
--- a/source/blender/src/editipo.c
+++ b/source/blender/src/editipo.c
@@ -3922,7 +3922,7 @@ void common_insertkey()
remake_action_ipos(act);
}
- allqueue(REDRAWIPO, 0);
+ allqueue(REDRAWIPO, 0);
allqueue(REDRAWACTION, 0);
allqueue(REDRAWNLA, 0);