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:
authorDaniel Salazar <zanqdo@gmail.com>2011-02-10 03:25:00 +0300
committerDaniel Salazar <zanqdo@gmail.com>2011-02-10 03:25:00 +0300
commitcbe544fb6cdf6eb41f7b82f5ccc16892f18aa9a9 (patch)
treecee7fd5910a3cfac9348df1ccca6f33273f139a4 /source/blender/makesrna
parent446299db1c0a4cf89068312174c7f30fadbd79d2 (diff)
Set default for merge mirror to ON
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_modifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c
index 6045b920e01..3fa06da3e22 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -779,7 +779,7 @@ static void rna_def_modifier_mirror(BlenderRNA *brna)
prop= RNA_def_property(srna, "use_mirror_merge", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "flag", MOD_MIR_MERGE);
- RNA_def_property_ui_text(prop, "Merge Verticies", "Merge verticies within the merge threshold");
+ RNA_def_property_ui_text(prop, "Merge Verticies", "Merge vertices within the merge threshold");
RNA_def_property_update(prop, 0, "rna_Modifier_update");
prop= RNA_def_property(srna, "use_mirror_u", PROP_BOOLEAN, PROP_NONE);