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:
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 0ed9a7f3e5e..0b61e312846 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -1814,10 +1814,10 @@ enum {
typedef struct WeldModifierData {
ModifierData modifier;
- /* the limit below which to merge vertices in adjacent duplicates */
+ /* The limit below which to merge vertices. */
float merge_dist;
unsigned int max_interactions;
- /** Name of vertex group to use to mask, MAX_VGROUP_NAME. */
+ /* Name of vertex group to use to mask, MAX_VGROUP_NAME. */
char defgrp_name[64];
} WeldModifierData;