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:
authorTom Musgrove <LetterRip@gmail.com>2006-01-17 12:20:37 +0300
committerTom Musgrove <LetterRip@gmail.com>2006-01-17 12:20:37 +0300
commit75aa68e8215f7abb58e2cc4ea2fc1501d18dcab6 (patch)
tree3b7a60ab2ac6f58a2d890b4120bcdce9fea3741c
parent427b132ad0e25a8236d0094dbeeb825ec74740dc (diff)
==python api==
clarification of Blender.Mesh.Mode() tip
-rw-r--r--source/blender/python/api2_2x/Mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Mesh.c b/source/blender/python/api2_2x/Mesh.c
index ef91e4637cc..ce131e3851a 100644
--- a/source/blender/python/api2_2x/Mesh.c
+++ b/source/blender/python/api2_2x/Mesh.c
@@ -6488,7 +6488,7 @@ static struct PyMethodDef M_Mesh_methods[] = {
{"MVert", (PyCFunction)M_Mesh_MVert, METH_VARARGS,
"Create a new MVert"},
{"Mode", (PyCFunction)M_Mesh_Modes, METH_VARARGS,
- "Get/set edit mode"},
+ "Get/set edit selection mode(s)"},
{NULL, NULL, 0, NULL},
};