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:
Diffstat (limited to 'source/blender/python/SConscript')
-rw-r--r--source/blender/python/SConscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript
index 1c3c1f4bf91..b2112e1f44c 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -51,14 +51,16 @@ source_files = ['BPY_interface.c',
'api2_2x/rgbTuple.c',
'api2_2x/gen_utils.c',
'api2_2x/sceneRender.c',
+ 'api2_2x/sceneRadio.c',
'api2_2x/EXPP_interface.c',
- 'api2_2x/Noise.c']
+ 'api2_2x/Noise.c']
python_env.Append (CPPPATH = ['api2_2x',
'../blenkernel',
'../blenlib',
'../blenloader',
'../render/extern/include',
+ '../radiosity/extern/include',
'../makesdna',
'#/intern/guardedalloc',
'#/intern/bmfont',