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-03-19 04:05:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-19 04:09:07 +0300
commited4c47632fd6c43aa9284e9ae9bcb77a7ec2ec82 (patch)
treeeee61d8bf6e0803fdb194ff072e78ab1e546d443 /source/blender/blenkernel/intern/multires_reshape.c
parent5bf09bbcdf5f9c476cec1f56de21d5e100e5b369 (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 53e1af15192..8674f5d2dbf 100644
--- a/source/blender/blenkernel/intern/multires_reshape.c
+++ b/source/blender/blenkernel/intern/multires_reshape.c
@@ -235,7 +235,7 @@ void multiresModifier_base_apply(struct Depsgraph *depsgraph,
/* For modifying base mesh we only want to consider deformation caused by multires displacement
* and ignore all deformation which might be caused by deformation modifiers leading the multires
* one.
- * So refine the subdiv to the original mesh verticies positions, which will also need to make
+ * So refine the subdiv to the original mesh vertices positions, which will also need to make
* it so object space displacement is re-evaluated for them (as in, can not re-use any knowledge
* from the final coordinates in the object space ). */
multires_reshape_apply_base_refine_from_base(&reshape_context);