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
path: root/config
diff options
context:
space:
mode:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-06-08 23:35:20 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-06-08 23:35:20 +0400
commit062fb01614be23623fc9ebedc1ca1307ceb9a1bf (patch)
treed340298d56872279d438418654f75c943f24acd9 /config
parentbe2b832db7652afe9a6ce9a05da7420d12ac8916 (diff)
soc-2008-mxcurioni: now supports current scene drawing (instead of fixed scene object), still with fixed style and fixed camera. Initialization is properly handled, which limits memory problems and speed-ups subsequent rendering. The viewing ratio should be correct now too. I also removed linking references to former lib3ds library path (caused some linking problems).
Diffstat (limited to 'config')
-rw-r--r--config/darwin-config.py1
-rw-r--r--config/linux2-config.py1
-rw-r--r--config/linuxcross-config.py1
-rw-r--r--config/openbsd3-config.py1
-rw-r--r--config/sunos5-config.py1
-rw-r--r--config/win32-mingw-config.py1
-rw-r--r--config/win32-vc-config.py1
7 files changed, 0 insertions, 7 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index 115123f9984..4c3b5d19e36 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -167,7 +167,6 @@ BF_SWIG = '${BF_FREESTYLE}/swig'
BF_SWIG_LIB = 'extern_swig'
BF_LIB3DS = '${BF_FREESTYLE}/lib3ds'
BF_LIB3DS_LIB = 'extern_lib3ds'
-BF_LIB3DS_LIBPATH = '${BF_LIB3DS}/lib3ds/.libs'
BF_LIB3DS_INC = '${BF_LIB3DS}'
# WITH_BF_OPENEXR = 'true'
diff --git a/config/linux2-config.py b/config/linux2-config.py
index f59dcf266ee..965b5935886 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -93,7 +93,6 @@ BF_SWIG = '${BF_FREESTYLE}/swig'
BF_SWIG_LIB = 'extern_swig'
BF_LIB3DS = '${BF_FREESTYLE}/lib3ds'
BF_LIB3DS_LIB = 'extern_lib3ds'
-BF_LIB3DS_LIBPATH = '${BF_LIB3DS}/lib3ds/.libs'
BF_LIB3DS_INC = '${BF_LIB3DS}'
#WITH_BF_NSPR = 'true'
diff --git a/config/linuxcross-config.py b/config/linuxcross-config.py
index 603f6a1a880..c695e0e04e3 100644
--- a/config/linuxcross-config.py
+++ b/config/linuxcross-config.py
@@ -13,7 +13,6 @@ BF_SWIG = '${BF_FREESTYLE}/swig'
BF_SWIG_LIB = 'extern_swig'
BF_LIB3DS = '${BF_FREESTYLE}/lib3ds'
BF_LIB3DS_LIB = 'extern_lib3ds'
-BF_LIB3DS_LIBPATH = '${BF_LIB3DS}/lib3ds/.libs'
BF_LIB3DS_INC = '${BF_LIB3DS}'
###########################
diff --git a/config/openbsd3-config.py b/config/openbsd3-config.py
index 9a4c0d6f34e..6b8d30f8bca 100644
--- a/config/openbsd3-config.py
+++ b/config/openbsd3-config.py
@@ -87,7 +87,6 @@ BF_SWIG = '${BF_FREESTYLE}/swig'
BF_SWIG_LIB = 'extern_swig'
BF_LIB3DS = '${BF_FREESTYLE}/lib3ds'
BF_LIB3DS_LIB = 'extern_lib3ds'
-BF_LIB3DS_LIBPATH = '${BF_LIB3DS}/lib3ds/.libs'
BF_LIB3DS_INC = '${BF_LIB3DS}'
#WITH_BF_NSPR = 'true'
diff --git a/config/sunos5-config.py b/config/sunos5-config.py
index cccc380f60c..36ed610da3f 100644
--- a/config/sunos5-config.py
+++ b/config/sunos5-config.py
@@ -89,7 +89,6 @@ BF_SWIG = '${BF_FREESTYLE}/swig'
BF_SWIG_LIB = 'extern_swig'
BF_LIB3DS = '${BF_FREESTYLE}/lib3ds'
BF_LIB3DS_LIB = 'extern_lib3ds'
-BF_LIB3DS_LIBPATH = '${BF_LIB3DS}/lib3ds/.libs'
BF_LIB3DS_INC = '${BF_LIB3DS}'
#WITH_BF_NSPR = 'true'
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index 9757c0264b5..a0e85a07548 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -104,7 +104,6 @@ BF_SWIG = '${BF_FREESTYLE}/swig'
BF_SWIG_LIB = 'extern_swig'
BF_LIB3DS = '${BF_FREESTYLE}/lib3ds'
BF_LIB3DS_LIB = 'extern_lib3ds'
-BF_LIB3DS_LIBPATH = '${BF_LIB3DS}/lib3ds/.libs'
BF_LIB3DS_INC = '${BF_LIB3DS}'
#WITH_BF_NSPR = 'true'
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index 8e7d6c56c13..8eace13c807 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -115,7 +115,6 @@ BF_SWIG = '${BF_FREESTYLE}/swig'
BF_SWIG_LIB = 'extern_swig'
BF_LIB3DS = '${BF_FREESTYLE}/lib3ds'
BF_LIB3DS_LIB = 'extern_lib3ds'
-BF_LIB3DS_LIBPATH = '${BF_LIB3DS}/lib3ds/.libs'
BF_LIB3DS_INC = '${BF_LIB3DS}'
#WITH_BF_NSPR = 'true'