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:
authorCampbell Barton <ideasman42@gmail.com>2014-03-25 01:00:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-25 02:59:10 +0400
commit673b66547174d8771e34265b436c09e64728a5b8 (patch)
tree174330e31c5335fc28e92606987e0a85a708aeb5 /source/blender/blenkernel/intern/fcurve.c
parentb701c92588f16b25c773b1d7ba6d71a0122bbb64 (diff)
Code cleanup: rename BLI_math_easing to BLI_easing
Many hard coded values and really specific to time & keyframes.
Diffstat (limited to 'source/blender/blenkernel/intern/fcurve.c')
-rw-r--r--source/blender/blenkernel/intern/fcurve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/fcurve.c b/source/blender/blenkernel/intern/fcurve.c
index e496513131f..dc5a6aac503 100644
--- a/source/blender/blenkernel/intern/fcurve.c
+++ b/source/blender/blenkernel/intern/fcurve.c
@@ -45,7 +45,7 @@
#include "BLI_blenlib.h"
#include "BLI_math.h"
-#include "BLI_math_easing.h"
+#include "BLI_easing.h"
#include "BLI_utildefines.h"
#include "BLF_translation.h"