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:
-rwxr-xr-xdoc/python_api/sphinx_doc_gen.sh1
-rw-r--r--intern/smoke/CMakeLists.txt1
-rw-r--r--source/blender/blenlib/CMakeLists.txt1
-rw-r--r--source/blender/blenloader/CMakeLists.txt1
-rw-r--r--source/blender/gpu/CMakeLists.txt1
-rw-r--r--source/blender/ikplugin/CMakeLists.txt1
-rw-r--r--source/blender/render/CMakeLists.txt1
-rw-r--r--source/blender/windowmanager/CMakeLists.txt1
8 files changed, 0 insertions, 8 deletions
diff --git a/doc/python_api/sphinx_doc_gen.sh b/doc/python_api/sphinx_doc_gen.sh
index 49a2e4869d8..ae7fad58c23 100755
--- a/doc/python_api/sphinx_doc_gen.sh
+++ b/doc/python_api/sphinx_doc_gen.sh
@@ -15,7 +15,6 @@ blender_version=$(grep BLENDER_VERSION $blender_srcdir/source/blender/blenkernel
blender_subversion=$(grep BLENDER_SUBVERSION $blender_srcdir/source/blender/blenkernel/BKE_blender.h | tr -dc 0-9)
BLENDER_VERSION=$(expr $blender_version / 100)_$(expr $blender_version % 100)_$blender_subversion
-BLENDER_VERSION=`$BLENDER --version | cut -f2-4 -d" " | sed 's/(//g' | sed 's/)//g' | sed 's/ sub /./g' | sed 's/\./_/g'`
SSH_UPLOAD_FULL=$SSH_UPLOAD/"blender_python_api_"$BLENDER_VERSION
SPHINXBASE=doc/python_api/
diff --git a/intern/smoke/CMakeLists.txt b/intern/smoke/CMakeLists.txt
index 741301f04da..2cf51a0f7ec 100644
--- a/intern/smoke/CMakeLists.txt
+++ b/intern/smoke/CMakeLists.txt
@@ -27,7 +27,6 @@
SET(INC
intern
../memutil
- ../guardealloc
../../extern/bullet2/src
${PNG_INC}
${ZLIB_INC}
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index a37723a8287..35785447a86 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -28,7 +28,6 @@ SET(INC
.
../makesdna
../blenkernel
- ../include
../gpu
../../../intern/ghost
../../../intern/guardedalloc
diff --git a/source/blender/blenloader/CMakeLists.txt b/source/blender/blenloader/CMakeLists.txt
index 144b1d1b1a1..11bb3b14677 100644
--- a/source/blender/blenloader/CMakeLists.txt
+++ b/source/blender/blenloader/CMakeLists.txt
@@ -30,7 +30,6 @@ SET(INC
../blenkernel
../makesdna
../readblenfile
- ../include
../makesrna
../render/extern/include
../../../intern/guardedalloc
diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index 02a43abf098..a2bfddd96fb 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -28,7 +28,6 @@ SET(INC
.
../blenlib
../blenkernel
- ../include
../imbuf
../makesdna
../makesrna
diff --git a/source/blender/ikplugin/CMakeLists.txt b/source/blender/ikplugin/CMakeLists.txt
index 61d5ff4f7fe..1c1cc27611a 100644
--- a/source/blender/ikplugin/CMakeLists.txt
+++ b/source/blender/ikplugin/CMakeLists.txt
@@ -28,7 +28,6 @@ SET(INC
../blenlib
../makesdna
../blenkernel
- ../include
../ikplugin
../../../intern/guardedalloc
../../../intern/iksolver/extern
diff --git a/source/blender/render/CMakeLists.txt b/source/blender/render/CMakeLists.txt
index bed48a3fd17..1224e51ff3f 100644
--- a/source/blender/render/CMakeLists.txt
+++ b/source/blender/render/CMakeLists.txt
@@ -36,7 +36,6 @@ SET(INC
../makesrna
../blenkernel
../imbuf
- ../include
../../kernel/gen_messaging
../../../intern/smoke/extern
../../../intern/guardedalloc
diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt
index 36d9f2b5c8c..c39897af68a 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -33,7 +33,6 @@ SET(INC
../makesdna
../makesrna
../blenkernel
- ../include
../imbuf
../blenloader
../editors/include