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:
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 368b1f93e4a..ca6f1467d9c 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -637,7 +637,7 @@ typedef struct DecimateModifierData {
enum {
MOD_DECIM_FLAG_INVERT_VGROUP = (1 << 0),
- /** for collapse only. dont convert tri pairs back to quads */
+ /** For collapse only. don't convert triangle pairs back to quads. */
MOD_DECIM_FLAG_TRIANGULATE = (1 << 1),
/** for dissolve only. collapse all verts between 2 faces */
MOD_DECIM_FLAG_ALL_BOUNDARY_VERTS = (1 << 2),