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:
authorMartin Poirier <theeth@yahoo.com>2006-01-12 03:07:08 +0300
committerMartin Poirier <theeth@yahoo.com>2006-01-12 03:07:08 +0300
commit81f42b491a0f962afc62ab0b41ef549269668f32 (patch)
treef6b72d411c83f9811a35fef805ec79cd7d542ce8 /source/blender/python/SConscript
parent468dd24cd56687e62d4142359c74f62e9e990800 (diff)
Scons fix:
new BPy Pose files weren't added to Sconscript
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 51d1101e74a..dec55ab52cb 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -42,6 +42,7 @@ source_files = ['BPY_interface.c',
'api2_2x/Types.c',
'api2_2x/Window.c',
'api2_2x/World.c',
+ 'api2_2x/Pose.c',
'api2_2x/Image.c',
'api2_2x/Text.c',
'api2_2x/Text3d.c',