[Bf-blender-cvs] [f04ddd37ea3] blender2.8: Cleanup, fullstops in comments

Sergey Sharybin noreply at git.blender.org
Wed Sep 12 14:39:22 CEST 2018


Commit: f04ddd37ea3326471e3ca5b1c1ccf9af309dae34
Author: Sergey Sharybin
Date:   Wed Sep 12 14:39:08 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBf04ddd37ea3326471e3ca5b1c1ccf9af309dae34

Cleanup, fullstops in comments

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

M	source/blender/blenkernel/intern/multires_reshape.c

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

diff --git a/source/blender/blenkernel/intern/multires_reshape.c b/source/blender/blenkernel/intern/multires_reshape.c
index e452b551751..5ccd7c0712a 100644
--- a/source/blender/blenkernel/intern/multires_reshape.c
+++ b/source/blender/blenkernel/intern/multires_reshape.c
@@ -127,7 +127,7 @@ BLI_INLINE void construct_tangent_matrix(float tangent_matrix[3][3],
 }
 
 /* =============================================================================
- * Reshape internal functionality..
+ * Reshape internal functionality.
  */
 
 typedef struct MultiresReshapeContext {
@@ -256,7 +256,7 @@ static void multires_reshape_vertex(
 	float P[3], dPdu[3], dPdv[3];
 	BKE_subdiv_eval_limit_point_and_derivatives(
 	        subdiv, ptex_face_index, u, v, P, dPdu, dPdv);
-	/* Get coordinate and corner configuration.. */
+	/* Get coordinate and corner configuration. */
 	float grid_u, grid_v;
 	MDisps *displacement_grid;
 	int face_corner = coarse_corner;
@@ -427,7 +427,7 @@ static void multires_reshape_init_mmd(MultiresModifierData *reshape_mmd,
 }
 
 /* =============================================================================
- * Public entry points..
+ * Public entry points.
  */
 
 /* Returns truth on success, false otherwise.



More information about the Bf-blender-cvs mailing list