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:
authorPablo Vazquez <pablo@blender.org>2020-08-12 18:21:34 +0300
committerPablo Vazquez <pablo@blender.org>2020-08-12 18:23:56 +0300
commit1813a994475614c8f49f2599feb71f76e3f82801 (patch)
treebe3009ea0482884d57b52657aa65c36ce41fe439 /source/blender/blenkernel/intern/subdiv_deform.c
parent841d7793229e71e5526d9fb9c57500d85ee57666 (diff)
UI: Fix typo "subdivion" -> subdivision
In the Multires panel, use singular Subdivision instead of Subdivisions.
Diffstat (limited to 'source/blender/blenkernel/intern/subdiv_deform.c')
-rw-r--r--source/blender/blenkernel/intern/subdiv_deform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/subdiv_deform.c b/source/blender/blenkernel/intern/subdiv_deform.c
index f03cf4c4d21..2c900fbd600 100644
--- a/source/blender/blenkernel/intern/subdiv_deform.c
+++ b/source/blender/blenkernel/intern/subdiv_deform.c
@@ -214,7 +214,7 @@ void BKE_subdiv_deform_coarse_vertices(struct Subdiv *subdiv,
}
}
- /* Initialize subdivion mesh creation context. */
+ /* Initialize subdivision mesh creation context. */
SubdivDeformContext subdiv_context = {0};
subdiv_context.coarse_mesh = coarse_mesh;
subdiv_context.subdiv = subdiv;