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>2013-12-06 14:13:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-12-06 14:15:56 +0400
commit75212f4677f4e3f54168eaacdfcaad19289eca38 (patch)
tree68bdfcbb031b1b2595917f4394a8ed58c0a1127a /source/blender/python/bmesh/CMakeLists.txt
parent72d950ba497058eb4e75e3898d626938b6a7940a (diff)
BMesh Py API: add bmesh.geometry.intersect_face_point()
patch originally by mont29 with some edits.
Diffstat (limited to 'source/blender/python/bmesh/CMakeLists.txt')
-rw-r--r--source/blender/python/bmesh/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/bmesh/CMakeLists.txt b/source/blender/python/bmesh/CMakeLists.txt
index b15923a87d2..c7b86acc8f9 100644
--- a/source/blender/python/bmesh/CMakeLists.txt
+++ b/source/blender/python/bmesh/CMakeLists.txt
@@ -33,6 +33,7 @@ set(INC_SYS
set(SRC
bmesh_py_api.c
+ bmesh_py_geometry.c
bmesh_py_ops.c
bmesh_py_ops_call.c
bmesh_py_types.c
@@ -42,6 +43,7 @@ set(SRC
bmesh_py_utils.c
bmesh_py_api.h
+ bmesh_py_geometry.h
bmesh_py_ops.h
bmesh_py_ops_call.h
bmesh_py_types.h