[Bf-blender-cvs] [515a15f200e] blender-v3.3-release: Fix syntax error introduced in previous commit

Patrick Mours noreply at git.blender.org
Fri Aug 12 16:14:04 CEST 2022


Commit: 515a15f200ed3323b7cccc584c2c46d28a4ca562
Author: Patrick Mours
Date:   Fri Aug 12 16:13:09 2022 +0200
Branches: blender-v3.3-release
https://developer.blender.org/rB515a15f200ed3323b7cccc584c2c46d28a4ca562

Fix syntax error introduced in previous commit

===================================================================

M	intern/cycles/integrator/path_trace.h

===================================================================

diff --git a/intern/cycles/integrator/path_trace.h b/intern/cycles/integrator/path_trace.h
index 9531e4fb186..59382b51d23 100644
--- a/intern/cycles/integrator/path_trace.h
+++ b/intern/cycles/integrator/path_trace.h
@@ -263,7 +263,7 @@ class PathTrace {
   unique_ptr<Denoiser> denoiser_;
 
   /* Denoiser device descriptor which holds the denoised big tile for multi-device workloads. */
-  unique_ptr<PathTraceWork> denoiser_buffer_;
+  unique_ptr<PathTraceWork> big_tile_denoise_work_;
 
   /* State which is common for all the steps of the render work.
    * Is brought up to date in the `render()` call and is accessed from all the steps involved into



More information about the Bf-blender-cvs mailing list