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:
authorJoseph Gilbert <ascotan@gmail.com>2004-02-29 16:26:42 +0300
committerJoseph Gilbert <ascotan@gmail.com>2004-02-29 16:26:42 +0300
commita03d2abe0d26d213904689ef43fb8b1afcfd79a2 (patch)
tree28a7f04a51a6c6610c149f3c042cae7e8282cb25 /source/blender/python/SConscript
parent8f3a9815baafb6f8fe00659cf6390a8c4092ef8b (diff)
Update to SCons for new Mathutils lib
Diffstat (limited to 'source/blender/python/SConscript')
-rw-r--r--source/blender/python/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript
index 5f1cbbb8767..27bfce04f6c 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -45,6 +45,9 @@ source_files = ['BPY_interface.c',
'api2_2x/vector.c',
'api2_2x/constant.c',
'api2_2x/matrix.c',
+ 'api2_2x/euler.c',
+ 'api2_2x/quat.c',
+ 'api2_2x/Mathutils.c'
'api2_2x/rgbTuple.c',
'api2_2x/gen_utils.c',
'api2_2x/EXPP_interface.c']