mesh operator documentation patch from Ron walker, (edited a few of the descriptions)

This commit is contained in:
2009-08-17 04:15:53 +00:00
parent 73ea51eccd
commit 3425925a77
7 changed files with 76 additions and 0 deletions

View File

@@ -717,6 +717,7 @@ void MESH_OT_knife_cut(wmOperatorType *ot)
PropertyRNA *prop;
ot->name= "Knife Cut";
ot->description= "Cut selected edges and faces into parts.";
ot->idname= "MESH_OT_knife_cut";
ot->invoke= WM_gesture_lines_invoke;