From f3230c7897951941a562be97f42e79f68fb81761 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sat, 5 May 2012 17:10:51 +0000 Subject: Second part of fix for [#31157]: Some (actually, 172) operators have no tooltip. About 30 undocumented ops remaining... --- source/blender/editors/sculpt_paint/paint_hide.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/sculpt_paint/paint_hide.c') diff --git a/source/blender/editors/sculpt_paint/paint_hide.c b/source/blender/editors/sculpt_paint/paint_hide.c index 47536d99fcb..c96da7d52c6 100644 --- a/source/blender/editors/sculpt_paint/paint_hide.c +++ b/source/blender/editors/sculpt_paint/paint_hide.c @@ -364,6 +364,7 @@ void PAINT_OT_hide_show(struct wmOperatorType *ot) /* identifiers */ ot->name = "Hide/Show"; ot->idname = "PAINT_OT_hide_show"; + ot->description = "Hide/show some vertices"; /* api callbacks */ ot->invoke = hide_show_invoke; -- cgit v1.2.3