2220 |
|
|
2221 |
|
Fixed bug in rcontrib with virtual sources, where pretest was adding |
2222 |
|
to modifier accumulation buffers. Reported by Mostapha. |
2223 |
+ |
|
2224 |
+ |
Added an "sBSDF" material type that explicitly checks for peak extraction. |
2225 |
+ |
Its arguments are the same as the original "BSDF" type, but without the |
2226 |
+ |
thickness parameter, as proxy geometry is not supported by this new type. |
2227 |
+ |
The old "BSDF" type no longer does peak extraction under any circumstances, |
2228 |
+ |
since this behavior is superfluous for proxied geometry. |