blender/config
Matt Ebb 2be851c966 Blender TIFF support
* Removed dynamic linking libTIFF code and change it to static linking 
(built into the blender executable). Dynamic linking made things a 
fair bit more complicated and wasn't working at all before on OS X - 
the dylib didn't exist and wasn't being copied. Since TIFF is more heavily
depended upon now in Blender, it makes sense to make it less 'optional'
and more in line with other libraries.

I've updated both CMake and scons, and CMake on OS X/64bit works fine.
It's now up to other platform/build system maintainers to enable this for 
their respective platforms (Campbell will check it for linux). For windows,
and non-64bit osx, we need static libtiff libraries in /lib.

I've added options WITH_TIFF for CMake and WITH_BF_TIFF for scons,
so if blender won't build because of this, you should be able to disable 
these options until your build system has been updated.

* Bonus feature: while doing this, I added support for loading 16bit and 32bit 
per channel TIFFs - they get converted to Blender's float buffers. Handy for 
zbrush displacement maps!
2010-05-21 03:25:38 +00:00
..
aix4-config.py replace referenecs to python 2.x 2010-04-20 15:46:28 +00:00
darwin-config.py Blender TIFF support 2010-05-21 03:25:38 +00:00
irix6-config.py replace referenecs to python 2.x 2010-04-20 15:46:28 +00:00
linux2-config.py Blender TIFF support 2010-05-21 03:25:38 +00:00
linuxcross-config.py this restores building on mingw with Collada support, also it restores cross compiling, thanks to Sergey Sharybin for the patch. Note that the icons for linux cross might not be committed here, if not i'll add them in another commit 2010-02-01 18:39:41 +00:00
openbsd3-config.py set to python 3.1 in scons config. 2010-01-19 21:42:01 +00:00
sunos5-config.py set to python 3.1 in scons config. 2010-01-19 21:42:01 +00:00
win32-mingw-config.py Blender TIFF support 2010-05-21 03:25:38 +00:00
win32-vc-config.py Blender TIFF support 2010-05-21 03:25:38 +00:00
win64-vc-config.py Blender TIFF support 2010-05-21 03:25:38 +00:00