Fix T45237: Dither dosn't work in Blender Internal Renderer after Multi-View

This commit is contained in:
Dalai Felinto 2015-06-29 18:09:49 -03:00
parent 40d19b519d
commit 56ca7f34dd
Notes: blender-bot 2023-02-14 08:58:00 +01:00
Referenced by issue #45290, Selecting passes in image editor does no longer work
Referenced by issue #45268, Cycles - OpenCL - EXR Image loading is different to CPU / CUDA
Referenced by issue #45237, Dither dosn't work in Blender Internal Renderer 2.75 rc2
Referenced by issue #45193, Image Node
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ void RE_AcquireResultImage(Render *re, RenderResult *rr, const int view_id)
rr->rectz = RE_RenderLayerGetPass(rl, SCE_PASS_Z, rv->name);
}
rr->have_combined = (rv->rectf != NULL);
rr->have_combined = (rr->rectf != NULL);
rr->layers = re->result->layers;
rr->views = re->result->views;