blender/intern/cycles
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
..
app EEVEE: Implement the missing Sky texture 2020-07-09 17:31:36 +02:00
blender Fix T79111: Cycles: Image Sequence not rendering 2020-07-31 16:39:22 +02:00
bvh Cycles: internal refactoring to make thick/ribbon curve separate primitives 2020-06-22 13:28:01 +02:00
cmake CMake: Fix spelling of Embree passed to find package 2020-07-08 12:35:56 +02:00
device Cycles: Enable OptiX on first generation Maxwell GPUs again 2020-07-27 16:11:00 +02:00
doc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
graph Fix incorrect assert in Cycles node socket get/set functions 2020-05-12 21:50:49 +02:00
kernel Fix T79259: OptiX render with fisheye camera is different to CUDA 2020-07-28 15:45:46 +02:00
render Cycles: adjust Sky texture intensity to follow physical units 2020-07-20 19:31:42 +02:00
subd Cleanup: compiler warnings 2019-09-13 16:51:51 +02:00
test Cycles: Fix nan in decomposed transform for degenerated input 2020-08-04 11:40:09 +02:00
util Cycles: Fix nan in decomposed transform for degenerated input 2020-08-04 11:40:09 +02:00
CMakeLists.txt Cycles: make TBB a required library dependency, and use in a few places 2020-06-22 13:06:47 +02:00