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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-10-19 03:44:25 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-10-19 03:44:25 +0400
commit4ecfb215e2af8ab824eb634915da2fc8ec54db98 (patch)
tree228072e2938cfc774d8da0a5b63f4dd11147b1c2 /source/blender/editors/animation/anim_markers.c
parent3887d333744e1a0c3b42b8a229af814e0b25d9ec (diff)
Fix: ensure cycles mist pass stays in range 0..1, it could have values out of
this range due to sampling noise. Side note: I looked into the mist pass because it was apparently not calculating mist correctly on characters with transparent hair. Turns out this is just sampling noise that goes away with more samples. This noise is because the ray will randomly go to the next transparency layer or get reflected, the path tracing integrator will not branch the path and only pick one of the two directions each time. Branched path tracing however will shade all transparent layers for each AA sample, which means this source of noise is eliminated.
Diffstat (limited to 'source/blender/editors/animation/anim_markers.c')
0 files changed, 0 insertions, 0 deletions