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-04-19 11:11:00 +0400
committerJoseph Gilbert <ascotan@gmail.com>2004-04-19 11:11:00 +0400
commitf490be9b59e721cce45e8a5f4c7edcdb199803de (patch)
treee4eee16c0c74b5fee0531d1bba19154b6fcda15a /source/blender/python/SConscript
parentd91de4da5cd1a93e17319a7682326ae9e8252cb8 (diff)
-update to SCONS project for NLA 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 e30b7746c4d..9377e45faf6 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -25,6 +25,7 @@ source_files = ['BPY_interface.c',
'api2_2x/Ipocurve.c',
'api2_2x/BezTriple.c',
'api2_2x/Metaball.c',
+ 'api2_2x/NLA.c',
'api2_2x/Effect.c',
'api2_2x/Particle.c',
'api2_2x/Wave.c',