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:
Diffstat (limited to 'source/blender/src/editkey.c')
-rw-r--r--source/blender/src/editkey.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/src/editkey.c b/source/blender/src/editkey.c
index 0f0eb22427b..e4c35254698 100644
--- a/source/blender/src/editkey.c
+++ b/source/blender/src/editkey.c
@@ -126,7 +126,8 @@ static IpoCurve *get_key_icu(Ipo *ipo, int keynum)
return NULL;
}
-static BezTriple *get_bezt_icu_time(IpoCurve *icu, float *frame, float *val) {
+BezTriple *get_bezt_icu_time(IpoCurve *icu, float *frame, float *val)
+{
/* this function tries to find a bezier that is within
* 0.25 time units from the specified frame. If there
* are more than one such beziers, it returns the