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:
authorChris Want <cwant@ualberta.ca>2004-04-10 22:02:26 +0400
committerChris Want <cwant@ualberta.ca>2004-04-10 22:02:26 +0400
commit337f98f04bb92e61dd249f2b6ef5d78d50dcaacf (patch)
treee2a5b08dd2ab8dabed3adacab3ac06ac62b3b8af
parentc8cadcd557839435162634d96b4380d0e65c8e40 (diff)
Fix for a bug where changing frames would not update some blend's
using nla.
-rw-r--r--source/blender/src/headerbuttons.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/blender/src/headerbuttons.c b/source/blender/src/headerbuttons.c
index 536b19783e3..d62946ef4a4 100644
--- a/source/blender/src/headerbuttons.c
+++ b/source/blender/src/headerbuttons.c
@@ -514,7 +514,13 @@ void do_update_for_newframe(int mute)
BPY_do_all_scripts(SCRIPT_FRAMECHANGED);
clear_all_constraints();
do_all_keys();
+
+ do_all_actions();
+ rebuild_all_armature_displists();
+ /* so nice, better do it twice */
do_all_actions();
+ rebuild_all_armature_displists();
+
do_all_ikas();
test_all_displists();