From d033b6df7fd13cb559aba3ea01c6a4a7211d3bfe Mon Sep 17 00:00:00 2001 From: Joilnen Leite Date: Fri, 5 Aug 2005 17:49:56 +0000 Subject: [PATCH] bpy TimeLine stuff . --- source/blender/python/SConscript | 1 + 1 file changed, 1 insertion(+) 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']