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:
authorWillian Padovani Germano <wpgermano@gmail.com>2003-10-20 22:57:31 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2003-10-20 22:57:31 +0400
commitbac66d0a19f5dc0b52b3673c0fc15a90e8f61ace (patch)
treee36cc3e6c795e6994a09242be0b60ac70c8ae36e /source/blender/python/api2_2x/NMesh.h
parent824c9e92da9568b69f0c1552623fa06f7690fe40 (diff)
Exppython: small changes in NMesh internals and docs
Diffstat (limited to 'source/blender/python/api2_2x/NMesh.h')
-rw-r--r--source/blender/python/api2_2x/NMesh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/NMesh.h b/source/blender/python/api2_2x/NMesh.h
index 3ab7c477ee7..492760b02a9 100644
--- a/source/blender/python/api2_2x/NMesh.h
+++ b/source/blender/python/api2_2x/NMesh.h
@@ -135,7 +135,7 @@ static char NMesh_removeVertsFromGroup_doc[] =
mesh that has been linked to an object. If no list is given this will remove\n\
all vertex point associations with the group passed";
-static char NMesh_returnVertsFromGroup_doc[] =
+static char NMesh_getVertsFromGroup_doc[] =
"By passing a python list of vertex indices and a named group, this will\n\
return a python list representing the indeces that are a part of this vertex.\n\
group. If no association was found for the index passed nothing will be\n\
@@ -295,7 +295,7 @@ static PyObject *NMesh_addVertGroup(PyObject *self, PyObject *args);
static PyObject *NMesh_removeVertGroup(PyObject *self, PyObject *args);
static PyObject *NMesh_assignVertsToGroup(PyObject *self, PyObject *args);
static PyObject *NMesh_removeVertsFromGroup(PyObject *self, PyObject *args);
-static PyObject *NMesh_returnVertsFromGroup(PyObject *self, PyObject *args);
+static PyObject *NMesh_getVertsFromGroup(PyObject *self, PyObject *args);
#endif /* EXPP_NMESH_H */