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:
authorTon Roosendaal <ton@blender.org>2006-01-05 16:46:27 +0300
committerTon Roosendaal <ton@blender.org>2006-01-05 16:46:27 +0300
commit283b0ff7360a45077b173b653833e6310fa6f4b5 (patch)
tree50c05d73ceff5c3a1961f78ef5e6092a50b440e0 /source/creator
parent0551b93808c86bea4dc063e3ef27e8c6f6fd63ef (diff)
Orange; maintenance commit!
- Moved all 'render pipeline control' options out of the Material panels into the (now renamed) "Links and Pipeline" Panel. These are the options that are not per material-node, but global for the entire Material tree. It includes ZTransp, Zinvert, Strands, Halo, Wire, etc. - To further make Node editing clear, when you enable Nodes for the first time, the link button to the first Material node is drawn red, to note that here needs something linked or added. - Protected Node editing for Library data - Fixed header buttons to work OK for Node Window
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 627bbce3e2e..141b55f4acb 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -467,7 +467,7 @@ int main(int argc, char **argv)
/* dynamically load libtiff, if available */
libtiff_init();
- if (!G.have_libtiff) {
+ if (!G.have_libtiff && (G.f & G_DEBUG)) {
printf("Unable to load: libtiff.\n");
printf("Try setting the BF_TIFF_LIB environment variable if you want this support.\n");
printf("Example: setenv BF_TIFF_LIB /usr/lib/libtiff.so\n");