Blender Git Loki
Git Commits -> Revision de68066
Revision de68066 by Antonis Ryakiotakis (master) May 26, 2015, 10:02 (GMT) |
Fix multilayer OpenEXR not supporting metadata. This will fix exporting of metadata and importing for imbufs, but image editor will not display these metadata since multilayer gets converted to renderresult, which does not support metadata display yet. This commit is more meant for external image editors/viewers. |
Commit Details:
Full Hash: de68066c1ccfbdd3d9f185164e728677c91874ec
Parent Commit: e5fbeba
Lines Changed: +55, -22
7 Modified Paths:
/source/blender/blenkernel/BKE_image.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/image.c (+18, -0) (Diff)
/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.cpp (+1, -1) (Diff)
/source/blender/imbuf/intern/openexr/openexr_api.cpp (+26, -17) (Diff)
/source/blender/imbuf/intern/openexr/openexr_multi.h (+3, -1) (Diff)
/source/blender/render/intern/source/render_result.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/image.c (+18, -0) (Diff)
/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.cpp (+1, -1) (Diff)
/source/blender/imbuf/intern/openexr/openexr_api.cpp (+26, -17) (Diff)
/source/blender/imbuf/intern/openexr/openexr_multi.h (+3, -1) (Diff)
/source/blender/render/intern/source/render_result.c (+1, -1) (Diff)