From a03d2abe0d26d213904689ef43fb8b1afcfd79a2 Mon Sep 17 00:00:00 2001 From: Joseph Gilbert Date: Sun, 29 Feb 2004 13:26:42 +0000 Subject: [PATCH] Update to SCons for new Mathutils lib --- source/blender/python/SConscript | 3 +++ 1 file changed, 3 insertions(+) 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']