Files
test/intern/cycles
Thomas Dinges 2c58e96685 Cycles / Shader Graph optimization:
* Unnecessary shader inputs inside the Mix Shader are now ignored, in case the factor is 0.0 / 1.0 and not connected. 
This way we save some render time for complex node graphs. 

Example: http://www.pasteall.org/pic/show.php?id=48226
Check the Mix Shader at the end: In this case, Cycles will now avoid the complete huge shader tree, and only calculate the Diffuse Shader.
Rendertime decreased from 1:50 min to 1:20 min on CPU. GPU rendering benefits as well from this. 

This only affects SVM, OSL was already doing these optimizations.
2013-03-31 01:18:10 +00:00
..
2013-01-17 22:51:54 +00:00
2013-03-29 06:25:22 +00:00
2012-11-09 18:31:04 +00:00
2013-03-17 14:32:50 +00:00
2013-02-21 17:16:32 +00:00