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:
authorRoman Pogribnyi <pogribnyi@gmail.com>2014-07-17 11:47:02 +0400
committerRoman Pogribnyi <pogribnyi@gmail.com>2014-07-17 12:00:36 +0400
commit1c2f537505aabfe8391669e30412e404177d2e22 (patch)
treed72bf527ba30d9d2f6c36f6398fbae181d535e43 /source/blender
parentdf1c4bb71007cc8a717c460df5075c1cd592fedc (diff)
paths for repositioned manta_pp folder correct
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt2
-rw-r--r--source/blender/blenkernel/SConscript2
-rw-r--r--source/blender/makesrna/intern/SConscript2
3 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 289f7f5e433..774996e55f3 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -387,7 +387,7 @@ endif()
if(WITH_MOD_MANTA)
list(APPEND INC
- ../../../extern/manta_pp
+ ../python/manta_pp
)
add_definitions(-DWITH_MANTA)
endif()
diff --git a/source/blender/blenkernel/SConscript b/source/blender/blenkernel/SConscript
index 26598c70755..05dd3cfcd53 100644
--- a/source/blender/blenkernel/SConscript
+++ b/source/blender/blenkernel/SConscript
@@ -50,7 +50,7 @@ incs = [
'#/intern/elbeem/extern',
'#/intern/iksolver/extern',
'#/intern/smoke/extern',
- '#/extern/manta_pp',
+ '#/source/blender/python/manta_pp',
'#/intern/atomic',
'../avi',
'../blenfont',
diff --git a/source/blender/makesrna/intern/SConscript b/source/blender/makesrna/intern/SConscript
index c2d5a9822ba..1acc1e85aef 100644
--- a/source/blender/makesrna/intern/SConscript
+++ b/source/blender/makesrna/intern/SConscript
@@ -61,7 +61,7 @@ incs = [
'#/intern/audaspace/intern',
'#/intern/cycles/blender',
'#/intern/smoke/extern',
- '#/extern/manta_pp',
+ '#/source//blender/python/manta_pp',
'../../blenfont',
'../../blenkernel',
'../../blenlib',