Blender Git Commit Log
Git Commits -> Revision 3232751
Revision 3232751 by Dalai Felinto (multiview) September 17, 2014, 12:06 (GMT) |
OpenEXR Single and Multilayer working for Compositor, remove Stereo 3D option for Multilayer OpenEXR and remove unused code, general cleanup Note: I removed the function that allowed to save Multipart OpenEXR. We are sticking to single part OpenEXR to be in compliance with OpenEXR 1.x |
Commit Details:
Full Hash: 3232751301773d852c5ce5b53b3de2cef6e7186e
Parent Commit: cb12fac
Lines Changed: +263, -503
12 Modified Paths:
/source/blender/blenkernel/intern/scene.c (+3, -3) (Diff)
/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.cpp (+50, -75) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.cpp (+10, -21) (Diff)
/source/blender/editors/space_image/image_buttons.c (+5, -3) (Diff)
/source/blender/imbuf/intern/openexr/openexr_api.cpp (+159, -253) (Diff)
/source/blender/imbuf/intern/openexr/openexr_multi.h (+0, -1) (Diff)
/source/blender/imbuf/intern/openexr/openexr_stub.cpp (+0, -1) (Diff)
/source/blender/makesrna/intern/rna_image.c (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+10, -1) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+1, -0) (Diff)
/source/blender/render/intern/source/pipeline.c (+5, -3) (Diff)
/source/blender/render/intern/source/render_result.c (+16, -141) (Diff)
/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.cpp (+50, -75) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.cpp (+10, -21) (Diff)
/source/blender/editors/space_image/image_buttons.c (+5, -3) (Diff)
/source/blender/imbuf/intern/openexr/openexr_api.cpp (+159, -253) (Diff)
/source/blender/imbuf/intern/openexr/openexr_multi.h (+0, -1) (Diff)
/source/blender/imbuf/intern/openexr/openexr_stub.cpp (+0, -1) (Diff)
/source/blender/makesrna/intern/rna_image.c (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+10, -1) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+1, -0) (Diff)
/source/blender/render/intern/source/pipeline.c (+5, -3) (Diff)
/source/blender/render/intern/source/render_result.c (+16, -141) (Diff)