projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d004754
)
Removed DAG update for armature after inserting keys in pose mode.
author
Ton Roosendaal <ton@blender.org>
Sun, 23 Oct 2005 16:18:42 +0000
(16:18 +0000)
committer
Ton Roosendaal <ton@blender.org>
Sun, 23 Oct 2005 16:18:42 +0000
(16:18 +0000)
That caused un-keyed positions to flip back.
source/blender/src/editipo.c
patch
|
blob
|
history
diff --git
a/source/blender/src/editipo.c
b/source/blender/src/editipo.c
index 44f12381eb2c536249d381dd2627ef3890e8d3ef..2f1bd7c4c830683de01241867b4d2095dfd88044 100644
(file)
--- 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);