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/makesrna/intern/rna_modifier.c')
-rw-r--r--source/blender/makesrna/intern/rna_modifier.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c
index 9d5c07ef0f0..0b67644a0bc 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -183,10 +183,10 @@ const EnumPropertyItem rna_enum_object_modifier_type_items[] = {
"Triangulate",
"Convert all polygons to triangles"},
{eModifierType_Weld,
- "WELD",
- ICON_AUTOMERGE_OFF,
- "Weld",
- "Find groups of vertices closer then dist and merges them together"},
+ "WELD",
+ ICON_AUTOMERGE_OFF,
+ "Weld",
+ "Find groups of vertices closer then dist and merges them together"},
{eModifierType_Wireframe,
"WIREFRAME",
ICON_MOD_WIREFRAME,