[Bf-blender-cvs] [d1c3dd8] temp_custom_loop_normals: Pedantic style edit...

Bastien Montagne noreply at git.blender.org
Wed Feb 4 19:39:15 CET 2015


Commit: d1c3dd89c077effce9f0bf5b3b85d4000bedec9c
Author: Bastien Montagne
Date:   Wed Feb 4 19:38:29 2015 +0100
Branches: temp_custom_loop_normals
https://developer.blender.org/rBd1c3dd89c077effce9f0bf5b3b85d4000bedec9c

Pedantic style edit...

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

M	source/blender/blenkernel/intern/cdderivedmesh.c
M	source/blender/blenkernel/intern/editderivedmesh.c

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

diff --git a/source/blender/blenkernel/intern/cdderivedmesh.c b/source/blender/blenkernel/intern/cdderivedmesh.c
index 0192c97..2554151 100644
--- a/source/blender/blenkernel/intern/cdderivedmesh.c
+++ b/source/blender/blenkernel/intern/cdderivedmesh.c
@@ -2162,7 +2162,7 @@ void CDDM_calc_loop_normals(DerivedMesh *dm, const bool use_split_normals, const
 	CDDM_calc_loop_normals_spacearr(dm, use_split_normals, split_angle, NULL);
 }
 
-// #define DEBUG_CLNORS
+/* #define DEBUG_CLNORS */
 
 void CDDM_calc_loop_normals_spacearr(
         DerivedMesh *dm, const bool use_split_normals, const float split_angle, MLoopNorSpaceArray *r_lnors_spacearr)
diff --git a/source/blender/blenkernel/intern/editderivedmesh.c b/source/blender/blenkernel/intern/editderivedmesh.c
index 2538a03..082edb0 100644
--- a/source/blender/blenkernel/intern/editderivedmesh.c
+++ b/source/blender/blenkernel/intern/editderivedmesh.c
@@ -177,7 +177,7 @@ static void emDM_calcLoopNormals(DerivedMesh *dm, const bool use_split_normals,
 	emDM_calcLoopNormalsSpaceArray(dm, use_split_normals, split_angle, NULL);
 }
 
-//#define DEBUG_CLNORS
+/* #define DEBUG_CLNORS */
 
 static void emDM_calcLoopNormalsSpaceArray(
         DerivedMesh *dm, const bool use_split_normals, const float split_angle, MLoopNorSpaceArray *r_lnors_spacearr)




More information about the Bf-blender-cvs mailing list