[Bf-blender-cvs] [d7e7c4ddf70] blender2.8: Cycles: Restore properties in the interface

Sergey Sharybin noreply at git.blender.org
Mon Dec 10 15:54:51 CET 2018


Commit: d7e7c4ddf704589d16f38f87c4055055e6703a9c
Author: Sergey Sharybin
Date:   Mon Dec 10 15:54:15 2018 +0100
Branches: blender2.8
https://developer.blender.org/rBd7e7c4ddf704589d16f38f87c4055055e6703a9c

Cycles: Restore properties in the interface

They got lost in one of the merges it seems.

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

M	intern/cycles/blender/addon/ui.py

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

diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index 19d3a0fcf54..114aa45ffa3 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -911,6 +911,8 @@ class CYCLES_RENDER_PT_denoising(CyclesButtonsPanel, Panel):
         split.active = cycles_view_layer.use_denoising
 
         layout = layout.column(align=True)
+        layout.prop(cycles_view_layer, "denoising_radius", text="Radius")
+        layout.prop(cycles_view_layer, "denoising_strength", slider=True, text="Strength")
         layout.prop(cycles_view_layer, "denoising_feature_strength", slider=True, text="Feature Strength")
         layout.prop(cycles_view_layer, "denoising_relative_pca")



More information about the Bf-blender-cvs mailing list