Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.

Differential Revision: https://developer.blender.org/D3719
This commit is contained in:
2018-09-24 18:46:51 +02:00
parent 9682e43bf9
commit 342e73f90f
77 changed files with 116 additions and 116 deletions

View File

@@ -1375,7 +1375,7 @@ void node_subsurface_scattering(
eevee_closure_subsurface(N, color.rgb, 1.0, scale, out_diff, out_trans);
result.sss_data.rgb = out_diff + out_trans;
# ifdef USE_SSS_ALBEDO
/* Not perfect for texture_blur not exaclty equal to 0.0 or 1.0. */
/* Not perfect for texture_blur not exactly equal to 0.0 or 1.0. */
result.sss_albedo.rgb = mix(color.rgb, vec3(1.0), texture_blur);
result.sss_data.rgb *= mix(vec3(1.0), color.rgb, texture_blur);
# else