diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-08-26 09:45:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-26 09:45:24 +0200 |
commit | 5bf2b3926cafd93924831e178ba879db7bae0d1c (patch) | |
tree | 944379dcd68df9da715a69699a926fe73e1d2496 /doc/classes | |
parent | e8ce36628f93de46c8cddf132f4a3567d288330f (diff) | |
parent | d96cc7450a37f8b2ce04070c4091152ca885be5d (diff) |
Merge pull request #64879 from TokageItLab/cubic-to-cubicintime
Replace `Cubic` to `CubicInTime` in the animation track interpolation type
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Animation.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/classes/Animation.xml b/doc/classes/Animation.xml index faa9ae3569..8b97fda4d3 100644 --- a/doc/classes/Animation.xml +++ b/doc/classes/Animation.xml @@ -600,9 +600,6 @@ <constant name="INTERPOLATION_CUBIC" value="2" enum="InterpolationType"> Cubic interpolation. </constant> - <constant name="INTERPOLATION_CUBIC_IN_TIME" value="3" enum="InterpolationType"> - Cubic interpolation with uniformed time. - </constant> <constant name="UPDATE_CONTINUOUS" value="0" enum="UpdateMode"> Update between keyframes. </constant> |