From 1f7ed6a931ef3298fa70e9af53771813acc23e49 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Fri, 1 Apr 2011 22:19:03 +0000 Subject: 2.5 Weight Paint UI: * Added menu entry for "Set Weight" Tool. Request by venomgfx :) --- source/blender/editors/sculpt_paint/paint_vertex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint') 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 */ -- cgit v1.2.3