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:
authorKen Hughes <khughes@pacific.edu>2005-10-03 23:36:15 +0400
committerKen Hughes <khughes@pacific.edu>2005-10-03 23:36:15 +0400
commitf2af563f92b7c33d0ddf7b97bbd2c168cf21e5a6 (patch)
tree8e5864ba00d9cc9bebaedc3be4d50d0480f830b5 /source/blender/python/SConscript
parentc7f4016349a93624542cf9179102ebcfe350ad19 (diff)
Added new BPython thin mesh module
Diffstat (limited to 'source/blender/python/SConscript')
-rw-r--r--source/blender/python/SConscript1
1 files changed, 1 insertions, 0 deletions
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',