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-07-19 09:20:30 +0400
committerJoshua Leung <aligorith@gmail.com>2009-07-19 09:20:30 +0400
commit388af9d827ccae97f24c6d65f7ab2da22ee8ea79 (patch)
treea36826a6366cc9d79a8ef37100ff834dd493c3f0 /source/blender/editors/armature
parent7411a86a41c654ff0ea6769a8130707a6baadac4 (diff)
2.5 - Warning Fixes + Hotkey for Reversed Playback
Reversed playback can now be activated using the Alt-Shift-A hotkey. It works the same way that the Alt-A playback operator works.
Diffstat (limited to 'source/blender/editors/armature')
-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 d0a99e4ad13..ef2e5188487 100644
--- a/source/blender/editors/armature/poselib.c
+++ b/source/blender/editors/armature/poselib.c
@@ -270,7 +270,7 @@ void poselib_validate_act (bAction *act)
}
/* free temp memory */
- BLI_freelistN(&keys);
+ BLI_freelistN((ListBase *)&keys);
BIF_undo_push("PoseLib Validate Action");
}