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>2008-04-20 22:34:30 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-04-20 22:34:30 +0400
commit86725b0e8cf839bfdc233c46997d0afcc5196e5e (patch)
tree52de648309c28383b146240c88f17e642762fb2c /source/blender/src/editipo.c
parent7032029b4712977cfb20482bdca2c5f93648053f (diff)
deleting an ipo vert didnt update the object/bones position
Diffstat (limited to 'source/blender/src/editipo.c')
-rw-r--r--source/blender/src/editipo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/editipo.c b/source/blender/src/editipo.c
index 75ef085d1df..0af21a5c595 100644
--- a/source/blender/src/editipo.c
+++ b/source/blender/src/editipo.c
@@ -4334,6 +4334,7 @@ void del_ipo(int need_check)
get_status_editipo(); /* count again */
check_active_editipo();
+ editipo_changed(G.sipo, 1);
BIF_undo_push("Delete Ipo");
allqueue(REDRAWNLA, 0);