Blender Git Loki
Git Commits -> Revision 52a0e67
Revision 52a0e67 by L. E. Segovia (soc-2018-hair-shader-fixes) July 24, 2018, 16:13 (GMT) |
Fix Filter Glossy handling Previously, Filter Glossy was applied to the logistic distribution's parameters. This wasn't noticeable unless one traced bsdf_blur. Now, bsdf->v, s and m0_roughness are only used within the shader; the corresponding (roughness) parameters are roughness, radial_roughness and coat. |
Commit Details:
Full Hash: 52a0e67fe0050683a888d6643ec2035bd2b3ea1c
Parent Commit: ec64051
Lines Changed: +47, -32