Blender Git Commit Log
Git Commits -> Revision 4f1e311
Revision 4f1e311 by Dalai Felinto (multiview) August 25, 2014, 13:47 (GMT) |
Compositor: File Output File output working for stereo output (so each individual input can be outputted as a separated stereo format) Not supported at the moment: * Multilayer + stereo output Not fully working (though it should): * Multiview |
Commit Details:
Full Hash: 4f1e311d1b39d27fc2227b790714b81697e57ded
Parent Commit: 45159fa
Lines Changed: +186, -11
8 Modified Paths:
/source/blender/compositor/nodes/COM_OutputFileNode.cpp (+22, -6) (Diff)
/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.cpp (+114, -1) (Diff)
/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.h (+15, -0) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.cpp (+1, -0) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.h (+1, -1) (Diff)
/source/blender/imbuf/intern/openexr/openexr_api.cpp (+28, -0) (Diff)
/source/blender/imbuf/intern/openexr/openexr_multi.h (+1, -0) (Diff)
/source/blender/imbuf/intern/openexr/openexr_stub.cpp (+4, -3) (Diff)
/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.cpp (+114, -1) (Diff)
/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.h (+15, -0) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.cpp (+1, -0) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.h (+1, -1) (Diff)
/source/blender/imbuf/intern/openexr/openexr_api.cpp (+28, -0) (Diff)
/source/blender/imbuf/intern/openexr/openexr_multi.h (+1, -0) (Diff)
/source/blender/imbuf/intern/openexr/openexr_stub.cpp (+4, -3) (Diff)