[Bf-blender-cvs] [7a59d381cea] master: Cycles: Cleanup, indentation of comment

Sergey Sharybin noreply at git.blender.org
Fri Apr 21 12:01:35 CEST 2017


Commit: 7a59d381cea8ed2ba11b8e14dad44e3e91390b07
Author: Sergey Sharybin
Date:   Fri Apr 21 11:33:44 2017 +0200
Branches: master
https://developer.blender.org/rB7a59d381cea8ed2ba11b8e14dad44e3e91390b07

Cycles: Cleanup, indentation of comment

Was broken after principled commit.

===================================================================

M	intern/cycles/kernel/kernel_subsurface.h

===================================================================

diff --git a/intern/cycles/kernel/kernel_subsurface.h b/intern/cycles/kernel/kernel_subsurface.h
index 6c8b7cca4ce..17b3cf033a1 100644
--- a/intern/cycles/kernel/kernel_subsurface.h
+++ b/intern/cycles/kernel/kernel_subsurface.h
@@ -158,7 +158,7 @@ ccl_device void subsurface_scatter_setup_diffuse_bsdf(ShaderData *sd, ShaderClos
 				sd->flag |= bsdf_principled_diffuse_setup(bsdf);
 
 				/* replace CLOSURE_BSDF_PRINCIPLED_DIFFUSE_ID with this special ID so render passes
-				* can recognize it as not being a regular Disney principled diffuse closure */
+				 * can recognize it as not being a regular Disney principled diffuse closure */
 				bsdf->type = CLOSURE_BSDF_BSSRDF_PRINCIPLED_ID;
 			}
 		}
@@ -170,7 +170,7 @@ ccl_device void subsurface_scatter_setup_diffuse_bsdf(ShaderData *sd, ShaderClos
 				sd->flag |= bsdf_diffuse_setup(bsdf);
 
 				/* replace CLOSURE_BSDF_DIFFUSE_ID with this special ID so render passes
-				* can recognize it as not being a regular diffuse closure */
+				 * can recognize it as not being a regular diffuse closure */
 				bsdf->type = CLOSURE_BSDF_BSSRDF_ID;
 			}
 		}




More information about the Bf-blender-cvs mailing list