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

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to