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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-11-04 06:51:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-11-04 06:51:52 +0300
commit9cd5b3c9b6c1645aabcadab9761e9c46b7ca1fca (patch)
tree5214c39b73a93c4137bccad1e1db8362da0224f2 /intern
parent682f1548beba26472f31434096597a7caa0edd82 (diff)
parent3e6907eb8a3d90789f3f30a7b8ffdbe17771a0e8 (diff)
Merge branch 'blender-v3.0-release'
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/integrator/pass_accessor.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/intern/cycles/integrator/pass_accessor.cpp b/intern/cycles/integrator/pass_accessor.cpp
index 7e19de51daa..4479442df56 100644
--- a/intern/cycles/integrator/pass_accessor.cpp
+++ b/intern/cycles/integrator/pass_accessor.cpp
@@ -138,10 +138,6 @@ bool PassAccessor::get_render_tile_pixels(const RenderBuffers *render_buffers,
return false;
}
- if (pass_access_info_.offset == PASS_UNUSED) {
- return false;
- }
-
const PassType type = pass_access_info_.type;
const PassMode mode = pass_access_info_.mode;
const PassInfo pass_info = Pass::get_info(type, pass_access_info_.include_albedo);