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:
authorCampbell Barton <ideasman42@gmail.com>2009-08-17 08:15:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-08-17 08:15:53 +0400
commit3425925a7702c0a5527c60b2da044dad378d7f2c (patch)
treedd1075de49410fd4563c8c9dcc87095874747817 /source/blender/editors/mesh/editmesh.c
parent73ea51eccd1c08844f136bb23fa3b7a3098e3aa0 (diff)
mesh operator documentation patch from Ron walker, (edited a few of the descriptions)
Diffstat (limited to 'source/blender/editors/mesh/editmesh.c')
-rw-r--r--source/blender/editors/mesh/editmesh.c1
1 files changed, 1 insertions, 0 deletions
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 */