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:
authorTonyG <TonyG>2020-09-15 11:41:08 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-09-15 14:08:18 +0300
commitda95d1d851b41e3599310d88e6d03fe23cee455e (patch)
tree0f4cd954a68affa602818e89e0b40ccd0ed8bcba /tests/python/CMakeLists.txt
parentfbdac74c405e2607b05b28fff8845c9f839590d6 (diff)
Fix T75881: Animation, limitation of Bézier Handles
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
Diffstat (limited to 'tests/python/CMakeLists.txt')
-rw-r--r--tests/python/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
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
@@ -218,6 +218,15 @@ add_blender_test(
)
# ------------------------------------------------------------------------------
+# ANIMATION TESTS
+add_blender_test(
+ bl_animation_fcurves
+ --python ${CMAKE_CURRENT_LIST_DIR}/bl_animation_fcurves.py
+ --
+ --testdir "${TEST_SRC_DIR}/animation"
+)
+
+# ------------------------------------------------------------------------------
# IO TESTS
# OBJ Import tests