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>2012-02-23 09:20:09 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-23 09:20:09 +0400
commit0dc50a0e079a5ba552a8ea223039a64afa5c84db (patch)
tree5fb99b15246736308050a42a48ba598d23772278 /source/blender/python/bmesh/bmesh_py_api.h
parent38f546a614a2e52f284ebce64b9bcf6f287128b5 (diff)
bmesh py api, new submodules
* bmesh.types, just allows access to BMVert, BMEdge etc. * bmesh.utils, so far only added edge_split() function, this module will give access to mesh editing functions.
Diffstat (limited to 'source/blender/python/bmesh/bmesh_py_api.h')
-rw-r--r--source/blender/python/bmesh/bmesh_py_api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/bmesh/bmesh_py_api.h b/source/blender/python/bmesh/bmesh_py_api.h
index 0923af06186..74510ede47e 100644
--- a/source/blender/python/bmesh/bmesh_py_api.h
+++ b/source/blender/python/bmesh/bmesh_py_api.h
@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * The Original Code is Copyright (C) 2011 Blender Foundation.
+ * The Original Code is Copyright (C) 2012 Blender Foundation.
* All rights reserved.
*
* Contributor(s): Campbell Barton
@@ -23,7 +23,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/python/bmesh/bme.h
+/** \file blender/python/bmesh/bmesh_py_api.h
* \ingroup pybmesh
*/