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:
authorCampbell Barton <ideasman42@gmail.com>2020-08-26 02:41:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-26 02:41:30 +0300
commitbe4abb42c18f609005d7211d4d9fb91f35e5c1db (patch)
tree1003c3020a84114c52ea142d95d8b9b83061b243 /source/blender/blenkernel/intern/multires_reshape.c
parentbbb6ec9e51d6986ae0fa074e3d4224d9981c9732 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenkernel/intern/multires_reshape.c')
-rw-r--r--source/blender/blenkernel/intern/multires_reshape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/multires_reshape.c b/source/blender/blenkernel/intern/multires_reshape.c
index f9383a46be0..5bcf8f62f86 100644
--- a/source/blender/blenkernel/intern/multires_reshape.c
+++ b/source/blender/blenkernel/intern/multires_reshape.c
@@ -190,7 +190,7 @@ void multiresModifier_subdivide_to_level(struct Object *object,
Mesh *coarse_mesh = object->data;
if (coarse_mesh->totloop == 0) {
- /* If there are no loops in the mesh inplies there is no CD_MDISPS as well. So can early output
+ /* If there are no loops in the mesh implies there is no CD_MDISPS as well. So can early output
* from here as there is nothing to subdivide. */
return;
}