Blender Git Commit Log

Git Commits -> Revision 042cf19

Revision 042cf19 by Dalai Felinto (multiview)
May 10, 2014, 18:01 (GMT)
Multiview Base Commit 6/10: Compositor

This is part of the multiview rebase from a github to git.blender.org
repository. The rebase was made based on file areas, so build is likely
broken in some of those parts, but it bulds fine in the end.

The documentation and sample files were removed and now live in:
https://github.com/dfelinto/multiview-samples

The original git history can be found in:
https://github.com/dfelinto/blender/tree/multiview-pre-b3d

Code contributors of the original branch in github:
* Alexey Akishin
* Gabriel Caraballo

Original design made in contribution with Francesco Siddi
Original branch and design partially reviewed by Brecht Van Lommel

Commit Details:

Full Hash: 042cf19838cf07d079d92bea957bb946ac394604
Parent Commit: aef5800
Lines Changed: +913, -57

5 Added Paths:

/source/blender/compositor/nodes/COM_SwitchViewNode.cpp (+52, -0) (View)
/source/blender/compositor/nodes/COM_SwitchViewNode.h (+37, -0) (View)
/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.cpp (+200, -0) (View)
/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.h (+46, -0) (View)
/source/blender/nodes/composite/nodes/node_composite_switchview.c (+145, -0) (View)

34 Modified Paths:

/release/scripts/startup/nodeitems_builtins.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+3, -1) (Diff)
/source/blender/compositor/CMakeLists.txt (+4, -0) (Diff)
/source/blender/compositor/COM_compositor.h (+1, -1) (Diff)
/source/blender/compositor/intern/COM_compositor.cpp (+4, -3) (Diff)
/source/blender/compositor/intern/COM_CompositorContext.h (+16, -1) (Diff)
/source/blender/compositor/intern/COM_Converter.cpp (+4, -0) (Diff)
/source/blender/compositor/intern/COM_ExecutionSystem.cpp (+3, -1) (Diff)
/source/blender/compositor/intern/COM_ExecutionSystem.h (+2, -1) (Diff)
/source/blender/compositor/intern/COM_Node.cpp (+20, -0) (Diff)
/source/blender/compositor/intern/COM_Node.h (+2, -0) (Diff)
/source/blender/compositor/nodes/COM_CompositorNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_ImageNode.cpp (+44, -1) (Diff)
/source/blender/compositor/nodes/COM_ImageNode.h (+1, -0) (Diff)
/source/blender/compositor/nodes/COM_OutputFileNode.cpp (+13, -6) (Diff)
/source/blender/compositor/nodes/COM_RenderLayersNode.cpp (+5, -0) (Diff)
/source/blender/compositor/operations/COM_CompositorOperation.cpp (+11, -7) (Diff)
/source/blender/compositor/operations/COM_CompositorOperation.h (+6, -1) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.cpp (+45, -13) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.h (+8, -3) (Diff)
/source/blender/compositor/operations/COM_RenderLayersProg.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_RenderLayersProg.h (+8, -1) (Diff)
/source/blender/editors/space_node/drawnode.c (+40, -4) (Diff)
/source/blender/editors/space_node/node_edit.c (+51, -1) (Diff)
/source/blender/editors/space_node/node_intern.h (+2, -0) (Diff)
/source/blender/editors/space_node/node_ops.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+113, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/composite/nodes/node_composite_image.c (+9, -2) (Diff)
/source/blender/nodes/composite/nodes/node_composite_outputFile.c (+2, -2) (Diff)
/source/blender/nodes/composite/node_composite_tree.c (+4, -3) (Diff)
/source/blender/nodes/NOD_composite.h (+1, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021