From da95d1d851b41e3599310d88e6d03fe23cee455e Mon Sep 17 00:00:00 2001 From: TonyG Date: Tue, 15 Sep 2020 10:41:08 +0200 Subject: =?UTF-8?q?Fix=20T75881:=20Animation,=20limitation=20of=20B=C3=A9z?= =?UTF-8?q?ier=20Handles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Relax limits of FCurve Bézier handles during evaluation. FCurve handles can be scaled down to avoid the curve looping backward in time. This scaling was done correctly but over-carefully, posing unnecessary limitations on the possible slope of FCurves. This commit changes the scaling approach such that the FCurve can become near-vertical. Bump Blender's subversion from 291.0.1 to 291.0.2 to ensure that older animation files are correctly updated. Reviewed By: sybren Differential Revision: https://developer.blender.org/D8752 --- tests/python/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/python/CMakeLists.txt') diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt index 18f61d83c3c..7bfc1154ed4 100644 --- a/tests/python/CMakeLists.txt +++ b/tests/python/CMakeLists.txt @@ -217,6 +217,15 @@ add_blender_test( --run-all-tests ) +# ------------------------------------------------------------------------------ +# ANIMATION TESTS +add_blender_test( + bl_animation_fcurves + --python ${CMAKE_CURRENT_LIST_DIR}/bl_animation_fcurves.py + -- + --testdir "${TEST_SRC_DIR}/animation" +) + # ------------------------------------------------------------------------------ # IO TESTS -- cgit v1.2.3