From f2a9e3434643ed5b44342c5eb46bb8216edabf78 Mon Sep 17 00:00:00 2001 From: Joseph Gilbert Date: Mon, 17 Nov 2003 17:12:58 +0000 Subject: - added vgrouping methods for renaming headers --- source/blender/python/api2_2x/NMesh.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source/blender/python/api2_2x/NMesh.h') diff --git a/source/blender/python/api2_2x/NMesh.h b/source/blender/python/api2_2x/NMesh.h index 27c1959c5a4..64d7b98f9dd 100644 --- a/source/blender/python/api2_2x/NMesh.h +++ b/source/blender/python/api2_2x/NMesh.h @@ -135,6 +135,12 @@ 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\ return for the index. An optional flag will also return the weights as well"; +static char NMesh_renameVertGroup_doc[] = +"Renames a vertex group"; + +static char NMesh_getVertGroupNames_doc[] = +"Returns a list of all the vertex group names"; + static char M_NMesh_doc[] = "The Blender.NMesh submodule"; @@ -306,6 +312,8 @@ 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_getVertsFromGroup(PyObject *self, PyObject *args); +static PyObject *NMesh_renameVertGroup (PyObject *self, PyObject *args); +static PyObject *NMesh_getVertGroupNames (PyObject *self, PyObject *args); #endif /* EXPP_NMESH_H */ -- cgit v1.2.3