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:
-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',