From d7dcadfb7a3cf2df9b09d5278bf14e09ebfb8cbc Mon Sep 17 00:00:00 2001 From: Johnny Matthews Date: Sat, 23 Jul 2005 14:15:13 +0000 Subject: [PATCH] Added point.c to the SConscript file --- source/blender/python/SConscript | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript index 81388df01ed..bd39ae498c6 100644 --- a/source/blender/python/SConscript +++ b/source/blender/python/SConscript @@ -33,6 +33,7 @@ source_files = ['BPY_interface.c', 'api2_2x/NMesh.c', 'api2_2x/Object.c', 'api2_2x/Particle.c', + 'api2_2x/point.c', 'api2_2x/Registry.c', 'api2_2x/Scene.c', 'api2_2x/Sound.c',