Go to file
Joshua Leung ed775edeeb Fix T39405: Make "amplitude" for elastic easing more intuitive to use
Previously, amplitude was more of an "absolute" value in the sense that whatever value
you set it to became a sort of "maximum bounce" height. However, it turns out that this
approach isn't so nice when dealing with large gaps between the values of two keyframes,
as the elastic easing equations expect that "amplitude > |change|" (where change is the
difference in values from key1 to key2).

Now, the "amplitude" value we pass to the easing functions are "|change| + amplitude".
This is easier to control, as now, as soon as you start changing that value, there are
immediately visible effects.
2014-04-01 00:24:58 +13:00
build_files fix scons ffmpeg libraries for mingw32 2014-03-30 01:35:39 +02:00
doc Bump version to Blender2.70rc and new splash 2014-03-06 04:40:49 +11:00
extern Unbreak carve build for clang 2014-03-28 14:41:04 +06:00
intern Cycles: Deformation Motionblur works on GPU, so remove the checks in the UI. 2014-03-31 02:18:49 +02:00
release Add Simple randomize vertex tool 2014-03-31 14:56:43 +11:00
scons@59512aadd1 Revert changes to submodules 2014-03-10 15:17:22 +06:00
source Fix T39405: Make "amplitude" for elastic easing more intuitive to use 2014-04-01 00:24:58 +13:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore .gitignore: Adding CMakeLists.txt.user for QtCreator users. 2014-01-26 17:52:14 -08:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt Fix mingw32 compilation 2014-03-30 00:51:30 +02:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Found another place where nproc can be used 2014-03-02 10:29:40 +01:00
SConstruct Splash screen: use a retina resolution image for Mac OS X. 2014-02-18 19:38:44 +01:00