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

View File

@@ -256,6 +256,7 @@ else:
"bmesh.ops",
"bmesh.types",
"bmesh.utils",
"bmesh.geometry",
"bpy.app",
"bpy.app.handlers",
"bpy.app.translations",
@@ -1768,6 +1769,7 @@ def write_rst_importable_modules(basepath):
"bmesh" : "BMesh Module",
"bmesh.types" : "BMesh Types",
"bmesh.utils" : "BMesh Utilities",
"bmesh.geometry" : "BMesh Geometry Utilities",
"bpy.app" : "Application Data",
"bpy.app.handlers" : "Application Handlers",
"bpy.app.translations" : "Application Translations",