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:
authorThomas Dinges <blender@dingto.org>2011-04-02 02:19:03 +0400
committerThomas Dinges <blender@dingto.org>2011-04-02 02:19:03 +0400
commit1f7ed6a931ef3298fa70e9af53771813acc23e49 (patch)
treebe4b323950fe50ec70b98f32b83410307788d4c1 /source/blender/editors/sculpt_paint
parent6d4f57bc3a7029479b28e97d9466bff0cc6b87a5 (diff)
2.5 Weight Paint UI:
* Added menu entry for "Set Weight" Tool. Request by venomgfx :)
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_vertex.c b/source/blender/editors/sculpt_paint/paint_vertex.c
index 7d8c3c70708..19c726616da 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex.c
@@ -1687,7 +1687,7 @@ static int weight_paint_set_exec(bContext *C, wmOperator *UNUSED(op))
void PAINT_OT_weight_set(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "Weight Set";
+ ot->name= "Set Weight";
ot->idname= "PAINT_OT_weight_set";
/* api callbacks */