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/render')
-rw-r--r--source/blender/render/CMakeLists.txt4
-rw-r--r--source/blender/render/SConscript2
2 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/render/CMakeLists.txt b/source/blender/render/CMakeLists.txt
index a907384e19e..94a95974009 100644
--- a/source/blender/render/CMakeLists.txt
+++ b/source/blender/render/CMakeLists.txt
@@ -129,10 +129,6 @@ if(WITH_PYTHON)
list(APPEND INC
../python
)
-
- list(APPEND INC_SYS
- ${PYTHON_INCLUDE_DIRS}
- )
endif()
if(WITH_IMAGE_OPENEXR)
diff --git a/source/blender/render/SConscript b/source/blender/render/SConscript
index ef5c5066426..297e4fcecd4 100644
--- a/source/blender/render/SConscript
+++ b/source/blender/render/SConscript
@@ -37,7 +37,6 @@ incs = [
'../blenfont',
'../blenkernel',
'../blenlib',
- '../bmesh',
'../imbuf',
'../include',
'../makesdna',
@@ -58,7 +57,6 @@ if env['WITH_BF_SMOKE']:
if env['WITH_BF_PYTHON']:
incs += ' ../python'
- incs += ' ' + env['BF_PYTHON_INC']
defs.append('WITH_PYTHON')
if env['BF_DEBUG']:
defs.append('DEBUG')