Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-09-06 18:32:05 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-09-06 18:46:34 +0300
commitd1ab109619be84e018215dd9e00d34c18afdfd2b (patch)
tree06eeeed37962712c97a2ad71e186f6c97845577d /source/blender/compositor
parentbb98eef777cbc3484bfcb50ea460b9c5622e9200 (diff)
Fix T56698: saving render result from compositing as EXR is empty.
Diffstat (limited to 'source/blender/compositor')
-rw-r--r--source/blender/compositor/operations/COM_CompositorOperation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/compositor/operations/COM_CompositorOperation.cpp b/source/blender/compositor/operations/COM_CompositorOperation.cpp
index 16e33c908d6..24846f738dd 100644
--- a/source/blender/compositor/operations/COM_CompositorOperation.cpp
+++ b/source/blender/compositor/operations/COM_CompositorOperation.cpp
@@ -94,6 +94,7 @@ void CompositorOperation::deinitExecution()
MEM_freeN(rv->rectz);
}
rv->rectz = this->m_depthBuffer;
+ rr->have_combined = true;
}
else {
if (this->m_outputBuffer) {