Blender Git Commit Log
Git Commits -> Revision a1919e6
March 11, 2005, 20:16 (GMT) |
Gernot Ziegler's patch to add OpenEXR support to blender. To enable it you will need to download OpenEXR and install it. For the Makefiles you will need to set WITH_OPENEXR=true and set NAN_OPENEXR to point to where OpenEXR is installed. For scons you'll need to remove config.opts to get the new options so you can enable OpenEXR, I was not able to get blender to link with scons so the scons stuff may need to be tweaked a little but I think it should work. For other platform managers The OpenEXR stuff is similar to QUICKTIME you need to define WITH_OPENEXR and setup the library stuff and as you'll notice in this commit there are two extra files. Kent |
Commit Details:
Full Hash: a1919e6db4e20f1ab16646d3cbb273f569af23e1
SVN Revision: 3931
Parent Commit: c6d5124
Lines Changed: +592, -19
2 Added Paths:
/source/blender/imbuf/intern/IMB_openexr.h (+46, -0) (View)
/source/blender/imbuf/intern/openexr.cpp (+392, -0) (View)
/source/blender/imbuf/intern/openexr.cpp (+392, -0) (View)
20 Modified Paths:
/SConstruct (+33, -0) (Diff)
/source/blender/blenkernel/intern/image.c (+5, -0) (Diff)
/source/blender/blenkernel/intern/Makefile (+4, -0) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+1, -1) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+5, -0) (Diff)
/source/blender/imbuf/intern/cmap.c (+2, -2) (Diff)
/source/blender/imbuf/intern/Makefile (+6, -1) (Diff)
/source/blender/imbuf/intern/readimage.c (+10, -0) (Diff)
/source/blender/imbuf/intern/writeimage.c (+8, -0) (Diff)
/source/blender/imbuf/SConscript (+4, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -1) (Diff)
/source/blender/src/buttons_scene.c (+9, -4) (Diff)
/source/blender/src/Makefile (+4, -0) (Diff)
/source/blender/src/toets.c (+14, -4) (Diff)
/source/blender/src/transform_generics.c (+2, -1) (Diff)
/source/blender/src/writeimage.c (+5, -4) (Diff)
/source/gameengine/GamePlayer/common/SConscript (+2, -1) (Diff)
/source/Makefile (+6, -0) (Diff)
/source/nan_definitions.mk (+30, -0) (Diff)
/tools/scons/bs/bs_libs.py (+3, -0) (Diff)
/source/blender/blenkernel/intern/image.c (+5, -0) (Diff)
/source/blender/blenkernel/intern/Makefile (+4, -0) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+1, -1) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+5, -0) (Diff)
/source/blender/imbuf/intern/cmap.c (+2, -2) (Diff)
/source/blender/imbuf/intern/Makefile (+6, -1) (Diff)
/source/blender/imbuf/intern/readimage.c (+10, -0) (Diff)
/source/blender/imbuf/intern/writeimage.c (+8, -0) (Diff)
/source/blender/imbuf/SConscript (+4, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -1) (Diff)
/source/blender/src/buttons_scene.c (+9, -4) (Diff)
/source/blender/src/Makefile (+4, -0) (Diff)
/source/blender/src/toets.c (+14, -4) (Diff)
/source/blender/src/transform_generics.c (+2, -1) (Diff)
/source/blender/src/writeimage.c (+5, -4) (Diff)
/source/gameengine/GamePlayer/common/SConscript (+2, -1) (Diff)
/source/Makefile (+6, -0) (Diff)
/source/nan_definitions.mk (+30, -0) (Diff)
/tools/scons/bs/bs_libs.py (+3, -0) (Diff)