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-04-08 03:33:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-04-08 03:33:56 +0300
commit1ec2f8d1f22634fc171a88d739c96ee8406b6c29 (patch)
treec367dae522c4d25008b6df552db502d863830202 /source/blender/blenkernel/intern/mesh_convert.c
parent161c13e12be0c968808612010268e81c88327f65 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenkernel/intern/mesh_convert.c')
-rw-r--r--source/blender/blenkernel/intern/mesh_convert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/mesh_convert.c b/source/blender/blenkernel/intern/mesh_convert.c
index e24718ebe30..28a32e1573b 100644
--- a/source/blender/blenkernel/intern/mesh_convert.c
+++ b/source/blender/blenkernel/intern/mesh_convert.c
@@ -1165,7 +1165,7 @@ Mesh *BKE_mesh_new_from_object(Depsgraph *depsgraph, Object *object, bool preser
* not cause ownership problems because evaluated object runtime is keeping track of the real
* ownership.
*
- * Here we are constructing a mesh which is supposed to be iondependent, which means no shared
+ * Here we are constructing a mesh which is supposed to be independent, which means no shared
* ownership is allowed, so we make sure edit mesh is reset to NULL (which is similar to as if
* one duplicates the objects and applies all the modifiers). */
new_mesh->edit_mesh = NULL;