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>2010-10-26 02:44:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-26 02:44:01 +0400
commit3264ced377ff159c7201b1c7d312c2f48d1327cf (patch)
tree435fd62a88e1efa75219332fb2faa9aeb8ffb838 /source/blender/python/generic/CMakeLists.txt
parent29605fc06ddd8fb9a5d80df1389a0cbfb150c9b9 (diff)
move geometry python module into mathutils.geometry, since it provides utility functions using mathutils types.
Diffstat (limited to 'source/blender/python/generic/CMakeLists.txt')
-rw-r--r--source/blender/python/generic/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/generic/CMakeLists.txt b/source/blender/python/generic/CMakeLists.txt
index 4ac3fc36ebd..2f5551d4c96 100644
--- a/source/blender/python/generic/CMakeLists.txt
+++ b/source/blender/python/generic/CMakeLists.txt
@@ -34,10 +34,10 @@ SET(SRC
bgl.c
blf_api.c
bpy_internal_import.c
- geometry.c
mathutils.c
mathutils_color.c
mathutils_euler.c
+ mathutils_geometry.c
mathutils_matrix.c
mathutils_quat.c
mathutils_vector.c