Go to file
Brecht Van Lommel 4ecfb215e2 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.
2013-10-18 23:44:25 +00:00
build_files code cleanup: use const's for vector args. 2013-10-12 02:19:37 +00:00
doc sphinx docgen wasn't including example scripts for python methods of RNA types. 2013-10-15 05:55:51 +00:00
extern Code cleanup: move function prototype to header file 2013-10-15 15:21:44 +00:00
intern Fix: ensure cycles mist pass stays in range 0..1, it could have values out of 2013-10-18 23:44:25 +00:00
release Fix #37106: Hair Length vanishes when Advanced is enabled 2013-10-17 10:42:47 +00:00
source Remove paranoid check which was marked as unneeded for a while already 2013-10-18 23:41:11 +00:00
CMakeLists.txt Fix for commit r60718. There was a remaining WITH_IMAGE_OPENIMAGEIO in CMakeLists.txt still. 2013-10-13 09:35:54 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile lots of operator descriptions were incorrectly copy/pasted. 2013-09-30 05:50:41 +00:00
SConstruct OSX/scons: clean message 2013-10-12 15:31:53 +00:00