tornavis/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
util_aligned_malloc_test.cpp
util_avxf_avx2_test.cpp
util_avxf_avx_test.cpp
util_avxf_test.h
util_path_test.cpp
util_string_test.cpp
util_task_test.cpp
util_time_test.cpp
util_transform_test.cpp Cycles: Fix nan in decomposed transform for degenerated input 2020-08-04 11:40:09 +02:00