[Bf-docboard-svn] bf-manual: [8378] trunk/blender_docs/manual/editors/graph_editor/fcurves/introduction.rst: Clarification about easing

Aaron Carlisle noreply at blender.org
Sun Sep 12 21:31:30 CEST 2021


Revision: 8378
          https://developer.blender.org/rBM8378
Author:   Blendify
Date:     2021-09-12 21:31:30 +0200 (Sun, 12 Sep 2021)
Log Message:
-----------
Clarification about easing

Fixes T91318

Modified Paths:
--------------
    trunk/blender_docs/manual/editors/graph_editor/fcurves/introduction.rst

Modified: trunk/blender_docs/manual/editors/graph_editor/fcurves/introduction.rst
===================================================================
--- trunk/blender_docs/manual/editors/graph_editor/fcurves/introduction.rst	2021-09-12 18:59:35 UTC (rev 8377)
+++ trunk/blender_docs/manual/editors/graph_editor/fcurves/introduction.rst	2021-09-12 19:31:30 UTC (rev 8378)
@@ -152,6 +152,18 @@
 These additional easing types imitate (fake) physics-based effects like bouncing/springing effects.
 The corresponding settings can be found in the :menuselection:`Sidebar region --> Active Keyframe panel`.
 
+Back
+   Cubic easing with overshoot and settle.
+   Use this one when you want a bit of an overshoot coming into the next keyframe,
+   or perhaps for some wind-up anticipation.
+
+   Back
+      The back property controls the size and direction (i.e. above/below the curve) of the overshoot.
+
+Bounce
+   Exponentially decaying parabolic bounce, like when objects collide.
+   e.g. for Bouncing balls, etc.
+
 Elastic
    Exponentially decaying sine wave, like an elastic band.
    This is like bending a stiff pole stuck to some surface,
@@ -164,18 +176,8 @@
    Period
       The period property controls the frequency with which oscillations occur.
       Higher values result in denser oscillations.
-Bounce
-   Exponentially decaying parabolic bounce, like when objects collide.
-   e.g. for Bouncing balls, etc.
-Back
-   Cubic easing with overshoot and settle.
-   Use this one when you want a bit of an overshoot coming into the next keyframe,
-   or perhaps for some wind-up anticipation.
 
-   Back
-      The back property controls the size and direction (i.e. above/below the curve) of the overshoot.
 
-
 .. _editors-graph-fcurves-settings-easing:
 
 Easing Type
@@ -187,6 +189,8 @@
    :Shortcut:  :kbd:`Ctrl-E`
 
 The Easing Type controls which end of the segment between the two keyframes that the easing effects apply to.
+The Easing Type has no effect if the :ref:`Interpolation Mode <editors-graph-fcurves-settings-interpolation>`
+is set to either *Constant*, *Linear*, or *Bézier*.
 
 Automatic Easing
    The most commonly expected of the below behaviors is used.



More information about the Bf-docboard-svn mailing list