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-03-17 10:40:44 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-17 10:40:44 +0400
commit29831ca0871112e7b5ddfd3439adbef1ac19d3cb (patch)
treed97692bb994ac370d6865348635e589bdef83625 /source/blender/python/bmesh/CMakeLists.txt
parent8634d0e9c103e4d5dc38d1876af16a7434354a53 (diff)
bmesh py api:
added per loop UV layer access
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 512b3291186..40bde7161b6 100644
--- a/source/blender/python/bmesh/CMakeLists.txt
+++ b/source/blender/python/bmesh/CMakeLists.txt
@@ -35,12 +35,14 @@ set(SRC
bmesh_py_api.c
bmesh_py_types.c
bmesh_py_types_customdata.c
+ bmesh_py_types_meshdata.c
bmesh_py_types_select.c
bmesh_py_utils.c
bmesh_py_api.h
bmesh_py_types.h
bmesh_py_types_customdata.h
+ bmesh_py_types_meshdata.h
bmesh_py_types_select.h
bmesh_py_utils.h
)