From 6ce7d18371f8d2d1319082ed3cef553de339a65c Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 23 Oct 2005 16:18:42 +0000 Subject: [PATCH] Removed DAG update for armature after inserting keys in pose mode. That caused un-keyed positions to flip back. --- source/blender/src/editipo.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/blender/src/editipo.c b/source/blender/src/editipo.c index 44f12381eb2..2f1bd7c4c83 100644 --- a/source/blender/src/editipo.c +++ b/source/blender/src/editipo.c @@ -2393,8 +2393,6 @@ void common_insertkey(void) } remake_action_ipos(ob->action); - DAG_object_flush_update(G.scene, ob, OB_RECALC_DATA); - allqueue(REDRAWIPO, 0); allqueue(REDRAWACTION, 0); allqueue(REDRAWNLA, 0); -- 2.28.0