blender/intern/cycles/test
Sergey Sharybin 51af20b856 Cycles: Fix nan in decomposed transform for degenerated input
The decomposed transform would have consists of nan values if the input
transform had zero scale.

Now the decomposition will check for zero scale, and if it is detected
then the result will be ensured to be finite. Additionally, rotation
value will be copied from previous/next time step to help avoiding
obscure interpolation.

The latter step can become more comprehensive than the current simple
implementation.

Differential Revision: https://developer.blender.org/D8450
2020-08-04 11:40:09 +02:00
..
CMakeLists.txt Cycles: Fix nan in decomposed transform for degenerated input 2020-08-04 11:40:09 +02:00
render_graph_finalize_test.cpp Cleanup: minor refactoring around DeviceTask 2020-06-22 13:06:47 +02:00
util_aligned_malloc_test.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
util_avxf_avx2_test.cpp CLeanup: clang-format 2020-02-11 18:45:08 +11:00
util_avxf_avx_test.cpp Cleanup: formatting, strip trailing space 2020-03-05 08:05:21 +11:00
util_avxf_test.h Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
util_path_test.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
util_string_test.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
util_task_test.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
util_time_test.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
util_transform_test.cpp Cycles: Fix nan in decomposed transform for degenerated input 2020-08-04 11:40:09 +02:00