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:
authorJoseph Gilbert <ascotan@gmail.com>2004-06-11 17:17:36 +0400
committerJoseph Gilbert <ascotan@gmail.com>2004-06-11 17:17:36 +0400
commite18194d2cacf7f5c8135a0970ef021951e73b9b6 (patch)
tree4e77cfbe933501e2fe1c49c1dca674e206fa464a /source/blender/python/SConscript
parent3a816f1c307c84ff637d12b1d6d8ffef739fbcd6 (diff)
- update to SCons for Property support
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 bf30c1426d9..971cc248eba 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -42,6 +42,7 @@ source_files = ['BPY_interface.c',
'api2_2x/Noise.c',
'api2_2x/vector.c',
'api2_2x/constant.c',
+ 'api2_2x/logic.c',
'api2_2x/matrix.c',
'api2_2x/euler.c',
'api2_2x/quat.c',