Blender Git Loki
Git Commits -> Revision e9b0b40
Revision e9b0b40 by Sergey Sharybin (master) March 20, 2013, 18:01 (GMT) |
Changes to compositor output node Make it so compositor output node wouldn't be calculated when Render Result image is not visible on the screen. This makes compositor tree editing more friendly and faster. Also, if there's no viewer image visible on the screen viewer nodes wouldn't be handled. Final rendering keeps unchanged for now. This solves issues when for performance artists are disconnecting compo output node before tweaking values in compositor and forgets to attach compo output node before sending file to the farm. |
Commit Details:
Full Hash: e9b0b402cc85533c8b247b174f17f41b1892ef04
SVN Revision: 55451
Parent Commit: 1b9e17f
Lines Changed: +104, -9
7 Modified Paths:
/source/blender/compositor/nodes/COM_CompositorNode.cpp (+6, -2) (Diff)
/source/blender/compositor/nodes/COM_SplitViewerNode.cpp (+10, -2) (Diff)
/source/blender/compositor/nodes/COM_ViewerNode.cpp (+9, -3) (Diff)
/source/blender/compositor/operations/COM_CompositorOperation.cpp (+7, -0) (Diff)
/source/blender/compositor/operations/COM_CompositorOperation.h (+11, -2) (Diff)
/source/blender/editors/space_node/node_edit.c (+56, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+5, -0) (Diff)
/source/blender/compositor/nodes/COM_SplitViewerNode.cpp (+10, -2) (Diff)
/source/blender/compositor/nodes/COM_ViewerNode.cpp (+9, -3) (Diff)
/source/blender/compositor/operations/COM_CompositorOperation.cpp (+7, -0) (Diff)
/source/blender/compositor/operations/COM_CompositorOperation.h (+11, -2) (Diff)
/source/blender/editors/space_node/node_edit.c (+56, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+5, -0) (Diff)