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:
authorJoshua Leung <aligorith@gmail.com>2009-02-16 06:01:56 +0300
committerJoshua Leung <aligorith@gmail.com>2009-02-16 06:01:56 +0300
commit7f4fa8971a69141c3478109b283241d6ba5144f9 (patch)
tree76f38dbe5f6551253569bf655a18dd4bfb9e75c1 /source/blender/editors/armature/poselib.c
parentb2c04faa064527ddbe2618b07dff063187a77688 (diff)
2.5: Restoring Auto-Keyframing for Transforms
Auto-Keyframing does not work anywhere else yet, and probably won't for a while.
Diffstat (limited to 'source/blender/editors/armature/poselib.c')
-rw-r--r--source/blender/editors/armature/poselib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/armature/poselib.c b/source/blender/editors/armature/poselib.c
index 66d1776961f..8e6f118118a 100644
--- a/source/blender/editors/armature/poselib.c
+++ b/source/blender/editors/armature/poselib.c
@@ -1203,7 +1203,7 @@ static void poselib_preview_cleanup (Scene *scene, tPoseLib_PreviewData *pld)
DAG_object_flush_update(scene, ob, OB_RECALC_DATA);
/* updates */
- if (IS_AUTOKEY_MODE(NORMAL)) {
+ if (IS_AUTOKEY_MODE(scene, NORMAL)) {
remake_action_ipos(ob->action);
}