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:
authorHoward Trickey <howard.trickey@gmail.com>2014-01-24 21:52:18 +0400
committerHoward Trickey <howard.trickey@gmail.com>2014-01-24 21:52:18 +0400
commit28564e158389eb3c6a1dc7d0f2f6fd5271d3fe1f (patch)
treecb9c6d7429457f176b2b92d3aa21673e002a29b7 /source/blender/makesrna/intern/rna_modifier.c
parent2a8f6e2fd9dd873be40c06421db6b489b466ea7a (diff)
Change tooltip text for Vertex Group in Bevel Modifier.
Reflects previous commit that now allows this group to control edge bevels too.
Diffstat (limited to 'source/blender/makesrna/intern/rna_modifier.c')
-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 956df8a3d87..f175d609026 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -2323,7 +2323,7 @@ static void rna_def_modifier_bevel(BlenderRNA *brna)
{MOD_BEVEL_WEIGHT, "WEIGHT", 0, "Weight",
"Use bevel weights to determine how much bevel is applied in edge mode"},
{MOD_BEVEL_VGROUP, "VGROUP", 0, "Vertex Group",
- "Use vertex group weights to determine how much bevel is applied in vertex mode"},
+ "Use vertex group weights to select whether vertex or edge is beveled"},
{0, NULL, 0, NULL, NULL}
};