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:
authorJoilnen Leite <joilnen.leite@gmail.com>2005-08-05 21:49:56 +0400
committerJoilnen Leite <joilnen.leite@gmail.com>2005-08-05 21:49:56 +0400
commitd033b6df7fd13cb559aba3ea01c6a4a7211d3bfe (patch)
treeb3770df8d604579ae66993a30427ba41474eb2e6 /source/blender/python/SConscript
parent4eb963a0f0fb50f5e084071f2be68d267a5c650e (diff)
bpy TimeLine stuff
.
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 44f88d5d92f..d83fc3d98c3 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -56,6 +56,7 @@ source_files = ['BPY_interface.c',
'api2_2x/rgbTuple.c',
'api2_2x/sceneRender.c',
'api2_2x/sceneRadio.c',
+ 'api2_2x/sceneTimeLine.c',
'api2_2x/vector.c',
'api2_2x/windowTheme.c']