Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-09-12 15:39:08 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-09-12 15:39:08 +0300
commitf04ddd37ea3326471e3ca5b1c1ccf9af309dae34 (patch)
tree00936970cc0cd426a0efd6cc2a952bbde20c9735 /source/blender/blenkernel/intern/multires_reshape.c
parent39fabaddfd770f7d92a5aabb0d0255d6fc97cd24 (diff)
Cleanup, fullstops in comments
Diffstat (limited to 'source/blender/blenkernel/intern/multires_reshape.c')
-rw-r--r--source/blender/blenkernel/intern/multires_reshape.c6
1 files changed, 3 insertions, 3 deletions
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.