From 4703e125bf4bb2b604aa78131e9b1a5a7c01c7af Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 11 Oct 2021 15:55:38 +0200 Subject: Fix active pixels overlay for Cycles viewport It got missed in some of previous development. Can not see a reason why the line needed to be removed, maybe just some accident. --- intern/cycles/integrator/path_trace_work.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intern/cycles/integrator') diff --git a/intern/cycles/integrator/path_trace_work.cpp b/intern/cycles/integrator/path_trace_work.cpp index 14e6f03aedc..d46f095d0d7 100644 --- a/intern/cycles/integrator/path_trace_work.cpp +++ b/intern/cycles/integrator/path_trace_work.cpp @@ -183,6 +183,8 @@ PassAccessor::PassAccessInfo PathTraceWork::get_display_pass_access_info(PassMod pass_access_info.use_approximate_shadow_catcher_background = kfilm.use_approximate_shadow_catcher && !kbackground.transparent; + pass_access_info.show_active_pixels = film_->get_show_active_pixels(); + return pass_access_info; } -- cgit v1.2.3