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-10-31 00:48:25 +0300
committerTon Roosendaal <ton@blender.org>2005-10-31 00:48:25 +0300
commite96495467936372261479ea7d3c48246bb30ae9b (patch)
tree984ad3fccfd28a4f8a55599cbe54ffe9155f31de /source/blender/blenkernel/BKE_action.h
parent41c5328dd4efdb8d75843b118c79a165831a4762 (diff)
Fix for HOME key in Action Window. Didn't check for mapped NLA time yet.
Diffstat (limited to 'source/blender/blenkernel/BKE_action.h')
-rw-r--r--source/blender/blenkernel/BKE_action.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_action.h b/source/blender/blenkernel/BKE_action.h
index 29b492e51e6..996b033f3e9 100644
--- a/source/blender/blenkernel/BKE_action.h
+++ b/source/blender/blenkernel/BKE_action.h
@@ -138,6 +138,8 @@ void extract_pose_from_pose(struct bPose *pose, const struct bPose *src);
/* map global time (frame nr) to strip converted time, doesn't clip */
float get_action_frame(struct Object *ob, float cframe);
+/* map strip time to global time (frame nr) */
+float get_action_frame_inv(struct Object *ob, float cframe);
#ifdef __cplusplus
};