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:
authorSergey Sharybin <sergey@blender.org>2020-08-03 12:04:51 +0300
committerSergey Sharybin <sergey@blender.org>2020-08-04 12:40:09 +0300
commit51af20b8561b39d41ecd91abbeae7348dc1d4cdf (patch)
tree7bf2df8682f5009ccd043e867db699df7f678edb /source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc
parent7f6530e5bdf88ddfaa52809acd1c0b88fe834b3e (diff)
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
Diffstat (limited to 'source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc')
0 files changed, 0 insertions, 0 deletions