From f2af563f92b7c33d0ddf7b97bbd2c168cf21e5a6 Mon Sep 17 00:00:00 2001 From: Ken Hughes Date: Mon, 3 Oct 2005 19:36:15 +0000 Subject: Added new BPython thin mesh module --- source/blender/python/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/python/SConscript') diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript index f19751f0152..206e266bbb3 100644 --- a/source/blender/python/SConscript +++ b/source/blender/python/SConscript @@ -28,6 +28,7 @@ source_files = ['BPY_interface.c', 'api2_2x/MTex.c', 'api2_2x/Material.c', 'api2_2x/Mathutils.c', + 'api2_2x/Mesh.c', 'api2_2x/Metaball.c', 'api2_2x/NLA.c', 'api2_2x/Noise.c', -- cgit v1.2.3