Anim: Add regression tests for NLA strip evaluation

Adding in regression tests for NLA strip evaluation

Co-authored-by: Paolo Amadini <paolo.blender.dev@amadzone.org>
Pull Request: https://projects.blender.org/blender/blender/pulls/109212
This commit is contained in:
Paolo Amadini
2023-11-20 17:52:28 +01:00
committed by Nate Rupsis
parent f2bcd73bd2
commit da29519c7a
2 changed files with 126 additions and 0 deletions

View File

@@ -393,6 +393,11 @@ add_blender_test(
--testdir "${TEST_SRC_DIR}/animation"
)
add_blender_test(
bl_animation_nla_strip
--python ${CMAKE_CURRENT_LIST_DIR}/bl_animation_nla_strip.py
)
add_blender_test(
bl_rigging_symmetrize
--python ${CMAKE_CURRENT_LIST_DIR}/bl_rigging_symmetrize.py