Blender Git Loki

Git Commits -> Revision c52170b

Revision c52170b by Ton Roosendaal (master)
November 20, 2005, 14:32 (GMT)
Patch provided by Alfredo de Greef

This adds Radiance HDR image file support. So now at least we can save
the 'fbuf' (4x32 bits float colors) in Blender.
It doesn't change anything for internal support in imbuf for floa colors,
so when reading .hdr files it still converts it to 32 bits RGBA.

As an extra I've added that saving images with F3 now also adds the
optional extension, when the F10 "Extensions" option is set.

One important note; I don't know the proper license for the code, it was
provided without... will await feedback from Alfredo about it. For now
I've added the standard Blender GPL header.

Commit Details:

Full Hash: c52170b4ed83a279af5d1a065d173969fe3d24cd
SVN Revision: 5850
Parent Commit: 36a9ae9
Lines Changed: +519, -34

2 Added Paths:

/source/blender/imbuf/intern/IMB_radiance_hdr.h (+42, -0) (View)
/source/blender/imbuf/intern/radiance_hdr.c (+392, -0) (View)

13 Modified Paths:

/source/blender/blenkernel/intern/image.c (+21, -29) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+5, -0) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+2, -0) (Diff)
/source/blender/imbuf/intern/readimage.c (+4, -0) (Diff)
/source/blender/imbuf/intern/util.c (+7, -0) (Diff)
/source/blender/imbuf/intern/writeimage.c (+4, -0) (Diff)
/source/blender/imbuf/SConscript (+1, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -0) (Diff)
/source/blender/python/api2_2x/sceneRender.c (+3, -0) (Diff)
/source/blender/src/buttons_scene.c (+11, -4) (Diff)
/source/blender/src/filesel.c (+2, -0) (Diff)
/source/blender/src/toets.c (+21, -1) (Diff)
/source/blender/src/writeimage.c (+3, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021