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
diff options
context:
space:
mode:
Diffstat (limited to 'intern/cycles/render/session.h')
-rw-r--r--intern/cycles/render/session.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/intern/cycles/render/session.h b/intern/cycles/render/session.h
index cb1d8fed68f..e3cccbb9fcf 100644
--- a/intern/cycles/render/session.h
+++ b/intern/cycles/render/session.h
@@ -63,10 +63,7 @@ public:
bool run_denoising;
bool write_denoising_passes;
bool full_denoising;
- int denoising_radius;
- float denoising_strength;
- float denoising_feature_strength;
- bool denoising_relative_pca;
+ DenoiseParams denoising;
double cancel_timeout;
double reset_timeout;
@@ -98,10 +95,6 @@ public:
run_denoising = false;
write_denoising_passes = false;
full_denoising = false;
- denoising_radius = 8;
- denoising_strength = 0.0f;
- denoising_feature_strength = 0.0f;
- denoising_relative_pca = false;
display_buffer_linear = false;