Revision c4201e5 by Clément Foucault August 10, 2017, 23:26 (GMT) |
Eevee: Re: Fix NaN This should be faster and apparently more stable. |
Revision aa575a3 by Clément Foucault August 10, 2017, 23:26 (GMT) |
Eevee: SSR Clamp color when blurring buffers. This effectivly reduce firefly bleeding all over the place. We still need the clamp in the resolve pass because the level 0 has not been clamped. NOTE: I did not clamped each sample individually for performance BUT I did not profile it to know how much it cost. |
Revision 0665f58 by Clément Foucault August 10, 2017, 23:26 (GMT) |
Eevee: Fix NaN This was surely cause by float overflow. Limit roughness in this case to limit the brdf intensity. Also compute VH faster. Add a sanitizer to the SSR pass for investigating where NANs come from. Play with the roughness until you see where the black pixel is / comes from. |
Revision 757c24b by Brecht Van Lommel August 10, 2017, 23:10 (GMT) |
Cycles: remove square samples option. It doesn't seem that useful in practice, was mostly added to match some other renderers but also seems to be causing user confusing and accidental long render times. So let's just keep the UI simple and remove this. Differential Revision: https://developer.blender.org/D2768 |
Revision 8a7c207 by Brecht Van Lommel August 10, 2017, 23:10 (GMT) |
Cycles: change defaults for filter glossy, clamp and branched path AA. We're adding some bias by default, which now I think is the right thing to do from a usability point of view since you really need to use those options anyway to get clean renders in a practical time. Differential Revision: https://developer.blender.org/D2769 |
Revision 977e7b6 by Brecht Van Lommel August 10, 2017, 23:09 (GMT) |
Cycles: add denoising tests, keep new image even if no reference exists. |
Revision 267e751 by Brecht Van Lommel August 10, 2017, 23:09 (GMT) |
Fix T52322: denoiser broken on Windows after recent changes. It's not clear why this only happened on Windows, but the code was wrong and should do a bitcast here instead of conversion. |
Revision c31e221 by Campbell Barton August 10, 2017, 23:00 (GMT) |
Fix crash checking for Blender version 10+ PyAPI could trigger this, for now just truncate. |
Revision 535a6cd by Campbell Barton August 10, 2017, 22:49 (GMT) |
Cleanup: redundant 'static' variable Also use BLI_snprintf. |
Revision 3d677d9 by Campbell Barton August 10, 2017, 22:42 (GMT) |
Fix OSX duplicate path in Python's sys.path The '..' in the path caused simple comparisons to fail. D2780 by @akitula |
Revision e5604a2 by Campbell Barton August 10, 2017, 22:32 (GMT) |
Cleanup: whitespace |
Revision 3895c1e by Campbell Barton August 10, 2017, 22:14 (GMT) |
CMake: only build msgfmt if international is used Changes to BLI would always rebuild msgfmt. |
Revision a8e1a7b by Antonio Vazquez August 10, 2017, 15:41 (GMT) |
Fix MSVSC error The array must have any initialization value |
Revision 48a0fd6 by Bastien Montagne August 10, 2017, 14:04 (GMT) |
Fix after last merge. |
Revision 4a4c6da by Bastien Montagne August 10, 2017, 13:57 (GMT) |
Merge branch 'master' into blender2.8 |
Revision aa1b35b by Bastien Montagne August 10, 2017, 13:56 (GMT) |
Fix install_deps usage of patches. Who in Hell did rename those files and did not update accordingly install_deps.sh script??? |
Revision 017b7ee by Brecht Van Lommel August 10, 2017, 13:54 (GMT) |
DPI: add back option to control line width, tweak default width. Adds thin/default/thick modes to add -1/0/1 to the auto detected line width, while leaving the overall UI scale unchanged. Also tweaks the default line width threshold, so thicker lines start from slightly high UI scales. Differential Revision: https://developer.blender.org/D2778 |
Revision e786ea6 by Brecht Van Lommel August 10, 2017, 13:49 (GMT) |
Fix T52334: images with non-color data should not change color space on save. |
Revision 6e2f17e by Clément Foucault August 10, 2017, 13:43 (GMT) |
Eevee: Refraction: Add "thickness" parameter. This enables to fake a second refraction event. This is great to simulate thin planar objects such as glass panels. |
Revision 896154d by Clément Foucault August 10, 2017, 13:43 (GMT) |
Eevee: Fix multiply blend mode. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021