BMesh Py API: add bmesh.geometry.intersect_face_point()

patch originally by mont29 with some edits.
This commit is contained in:
Campbell Barton
2013-12-06 21:13:11 +11:00
parent 72d950ba49
commit 75212f4677
7 changed files with 156 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ Submodules:
* :mod:`bmesh.ops`
* :mod:`bmesh.types`
* :mod:`bmesh.utils`
* :mod:`bmesh.geometry`
Intro