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-18 14:28:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-18 14:28:54 +0300
commit406026abba130be90e1a9824e4fb0a5d8eedd759 (patch)
tree3e8c9d361a91f2a02a0c4d1172817b1555b69827 /source/blender/makesdna
parentc3651adf8914048ecd2668937c3ed4414a6707bd (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_hair_types.h2
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_hair_types.h b/source/blender/makesdna/DNA_hair_types.h
index c7f145dda48..4c3bc7f7efc 100644
--- a/source/blender/makesdna/DNA_hair_types.h
+++ b/source/blender/makesdna/DNA_hair_types.h
@@ -36,7 +36,7 @@ typedef struct HairCurve {
} HairCurve;
/* Hair attachment to a mesh.
- * TODO: attach to tesselated triangles or polygons?
+ * TODO: attach to tessellated triangles or polygons?
* TODO: what type of interpolation to use for uv? */
typedef struct HairMapping {
float uv[2];
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index 5f915d4516b..c65de9337fa 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -78,8 +78,8 @@ struct MLoopTri_Store {
/* not saved in file! */
typedef struct Mesh_Runtime {
- /* Evaluated mesh for objects which do not have effective modifiers. This mesh is sued as a
- * result of modifier stack evaluation.
+ /* Evaluated mesh for objects which do not have effective modifiers.
+ * This mesh is used as a result of modifier stack evaluation.
* Since modifier stack evaluation is threaded on object level we need some synchronization. */
struct Mesh *mesh_eval;
void *eval_mutex;