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:
authorJohnny Matthews <johnny.matthews@gmail.com>2005-07-23 18:15:13 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2005-07-23 18:15:13 +0400
commitd7dcadfb7a3cf2df9b09d5278bf14e09ebfb8cbc (patch)
tree1cfb166ec5c86a51f7d6f8eeea52bbe6126a3ec5 /source/blender/python/SConscript
parentc0cc75e621ab017b565df6557ffdfbc4e929c18a (diff)
Added point.c to the SConscript file
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 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',