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>2005-07-11 19:38:51 +0400
committerTon Roosendaal <ton@blender.org>2005-07-11 19:38:51 +0400
commit4c4de10cf8179e460f49447ab8f5a81f77a5505b (patch)
treed23b7ff99275285c667a769df542a71a25a1bed2 /source/blender/src/header_action.c
parent70271db367c393627903a17dfe161f297622f629 (diff)
Fix: Prevented depgraph to execute do_all_actions when you paste a poste.
Diffstat (limited to 'source/blender/src/header_action.c')
-rw-r--r--source/blender/src/header_action.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/src/header_action.c b/source/blender/src/header_action.c
index b918cb9f60b..13a004d14d1 100644
--- a/source/blender/src/header_action.c
+++ b/source/blender/src/header_action.c
@@ -161,12 +161,10 @@ void do_action_buttons(unsigned short event)
break;
case B_ACTPASTE:
paste_posebuf(0);
- DAG_object_flush_update(G.scene, ob, OB_RECALC_DATA);
allqueue(REDRAWVIEW3D, 1);
break;
case B_ACTPASTEFLIP:
paste_posebuf(1);
- DAG_object_flush_update(G.scene, ob, OB_RECALC_DATA);
allqueue(REDRAWVIEW3D, 1);
break;