Blender Git Commit Log

Git Commits -> Revision a841813

Revision a841813 by Thomas Dinges (master)
June 16, 2013, 16:08 (GMT)
Cycles / Blackbody node:
* Replaced the Brute Force version with a nice lookup table, this speeds it up a lot.
Patch by Philipp Oeser (lichtwerk) with some cleanup and changes by myself. Thanks!

ToDo:
* Temperature values between 800 and 804 Kelvin are wrong in SVM, check on this.

Commit Details:

Full Hash: a841813cd9154ba952f27cf0a43fa24a5ea946ca
SVN Revision: 57507
Parent Commit: 0429595
Lines Changed: +256, -53

2 Added Paths:

/intern/cycles/render/blackbody.cpp (+145, -0) (View)
/intern/cycles/render/blackbody.h (+30, -0) (View)

8 Modified Paths:

/intern/cycles/kernel/kernel_types.h (+7, -0) (Diff)
/intern/cycles/kernel/svm/svm_blackbody.h (+35, -53) (Diff)
/intern/cycles/render/CMakeLists.txt (+2, -0) (Diff)
/intern/cycles/render/graph.h (+1, -0) (Diff)
/intern/cycles/render/nodes.h (+2, -0) (Diff)
/intern/cycles/render/shader.cpp (+26, -0) (Diff)
/intern/cycles/render/shader.h (+2, -0) (Diff)
/intern/cycles/render/svm.cpp (+6, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021