From 3425925a7702c0a5527c60b2da044dad378d7f2c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 17 Aug 2009 04:15:53 +0000 Subject: mesh operator documentation patch from Ron walker, (edited a few of the descriptions) --- source/blender/editors/mesh/editmesh.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/mesh/editmesh.c') diff --git a/source/blender/editors/mesh/editmesh.c b/source/blender/editors/mesh/editmesh.c index e310eb4bfeb..17838d6042c 100644 --- a/source/blender/editors/mesh/editmesh.c +++ b/source/blender/editors/mesh/editmesh.c @@ -1623,6 +1623,7 @@ void MESH_OT_separate(wmOperatorType *ot) { /* identifiers */ ot->name= "Separate"; + ot->description= "Separate selected geometry into a new mesh."; ot->idname= "MESH_OT_separate"; /* api callbacks */ -- cgit v1.2.3