Blender Git Loki
Git Commits -> Revision a028575
Revision a028575 by Sergey Sharybin (master) July 24, 2015, 13:39 (GMT) |
Compositor: Allow using debug pass output in the compositor Currently only works correct with single float output, RGBA and vector are not supported so if one need to use this passes he'll need to wait a bit still. It is coming, don't worry. |
Commit Details:
Full Hash: a028575c4a613b5d87ec26434f8c846c60861cfe
Parent Commit: 54e6413
Lines Changed: +48, -1
9 Modified Paths:
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/compositor/CMakeLists.txt (+4, -0) (Diff)
/source/blender/compositor/nodes/COM_RenderLayersNode.cpp (+4, -0) (Diff)
/source/blender/compositor/operations/COM_RenderLayersProg.cpp (+8, -0) (Diff)
/source/blender/compositor/operations/COM_RenderLayersProg.h (+5, -0) (Diff)
/source/blender/compositor/SConscript (+3, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+4, -0) (Diff)
/source/blender/nodes/composite/nodes/node_composite_image.c (+16, -1) (Diff)
/source/blender/nodes/SConscript (+3, -0) (Diff)
/source/blender/compositor/CMakeLists.txt (+4, -0) (Diff)
/source/blender/compositor/nodes/COM_RenderLayersNode.cpp (+4, -0) (Diff)
/source/blender/compositor/operations/COM_RenderLayersProg.cpp (+8, -0) (Diff)
/source/blender/compositor/operations/COM_RenderLayersProg.h (+5, -0) (Diff)
/source/blender/compositor/SConscript (+3, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+4, -0) (Diff)
/source/blender/nodes/composite/nodes/node_composite_image.c (+16, -1) (Diff)
/source/blender/nodes/SConscript (+3, -0) (Diff)