Blender Git Commit Log

Git Commits -> Revision 7e71be2

Revision 7e71be2 by Sergey Sharybin (master)
November 20, 2015, 13:18 (GMT)
Cycles: Fix filter glossy being broken after recent changes

Basically we can not use sharp closure as a substitude when filter glossy is
used. This is because we can not blur sharp reflection/refraction.

This is quite quick and not really clean implementation. Not really happy
with manual handling of original settings, but this is as good as we can do
in the quick patch. It's a good acknowledgment and we now can re-consider
some aspects of graph simplification to make such cases more natively
supported.

P.S. This failure would have been shown by our regression tests, so please,
bother a bit to run Cycles's test sweep before doing such optimizations.

Commit Details:

Full Hash: 7e71be261bb88d0a7c1dcef7b19995317fdb51ef
Parent Commit: c4188c2
Lines Changed: +160, -53

11 Modified Paths:

/intern/cycles/render/graph.cpp (+12, -6) (Diff)
/intern/cycles/render/graph.h (+9, -4) (Diff)
/intern/cycles/render/integrator.cpp (+8, -1) (Diff)
/intern/cycles/render/nodes.cpp (+77, -24) (Diff)
/intern/cycles/render/nodes.h (+10, -6) (Diff)
/intern/cycles/render/osl.cpp (+17, -5) (Diff)
/intern/cycles/render/osl.h (+1, -1) (Diff)
/intern/cycles/render/shader.cpp (+1, -0) (Diff)
/intern/cycles/render/shader.h (+1, -0) (Diff)
/intern/cycles/render/svm.cpp (+20, -5) (Diff)
/intern/cycles/render/svm.h (+4, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021