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:
authorBrecht Van Lommel <brecht@blender.org>2020-04-07 00:19:01 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-04-07 00:23:48 +0300
commite05552f7c4ac27faa510048e8c010e4323acb569 (patch)
tree93c69c0ddbc296f610cbf39959ecf8c9f0963bb5 /intern/cycles/render/film.h
parent29b87b5615f60919977f2e383e8fdf30bdf498fb (diff)
Revert "Fix T74572: adaptive sampling not scaling render passes correctly"
This reverts commit 82a8da0ec38a70efde4a91957824c67d0e60b8ad. It was completely wrong. Fixes T75388.
Diffstat (limited to 'intern/cycles/render/film.h')
-rw-r--r--intern/cycles/render/film.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/render/film.h b/intern/cycles/render/film.h
index 0fe4fe89d5e..aae8fb404b0 100644
--- a/intern/cycles/render/film.h
+++ b/intern/cycles/render/film.h
@@ -42,6 +42,7 @@ class Pass {
public:
PassType type;
int components;
+ bool filter;
bool exposure;
PassType divide_type;
string name;