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']