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:
authorAndrew Wiggin <ender79bl@gmail.com>2011-11-20 20:21:13 +0400
committerAndrew Wiggin <ender79bl@gmail.com>2011-11-20 20:21:13 +0400
commit9089d72f06b0e2e69f2d42e059c526c477185e32 (patch)
tree751df66e802578d8933359e466c06e03f68091f3 /source/blender/makesdna/DNA_meshdata_types.h
parent8c03c3a63085cbb9491f8d7f725779d8b47ae184 (diff)
Various typo cleanups, remove unnecessary code etc, found during recent work and separated to a cleanup change
Diffstat (limited to 'source/blender/makesdna/DNA_meshdata_types.h')
-rw-r--r--source/blender/makesdna/DNA_meshdata_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h
index 0430dbed48d..3a8fecc133c 100644
--- a/source/blender/makesdna/DNA_meshdata_types.h
+++ b/source/blender/makesdna/DNA_meshdata_types.h
@@ -69,7 +69,7 @@ typedef struct MVert {
/* tesselation vertex color data.
* at the moment alpha is abused for vertex painting
- * and not used for transperency, note that red and blue are swapped */
+ * and not used for transparency, note that red and blue are swapped */
typedef struct MCol {
char a, r, g, b;
} MCol;
@@ -107,7 +107,7 @@ typedef struct MLoopUV{
#define MLOOPUV_PINNED 4
/* at the moment alpha is abused for vertex painting
- * and not used for transperency, note that red and blue are swapped */
+ * and not used for transparency, note that red and blue are swapped */
typedef struct MLoopCol{
char a, r, g, b;
} MLoopCol;