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-02 15:28:01 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-04-03 14:13:26 +0300
commit82a8da0ec38a70efde4a91957824c67d0e60b8ad (patch)
tree3c3b2047f86179b1db6c988c3103a9217c64d6f6 /intern/cycles/render/film.h
parent10c2254d412d7cbee0b0d9f8b7c74a9d3ce69b69 (diff)
Fix T74572: adaptive sampling not scaling render passes correctly
Diffstat (limited to 'intern/cycles/render/film.h')
-rw-r--r--intern/cycles/render/film.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/render/film.h b/intern/cycles/render/film.h
index aae8fb404b0..0fe4fe89d5e 100644
--- a/intern/cycles/render/film.h
+++ b/intern/cycles/render/film.h
@@ -42,7 +42,6 @@ class Pass {
public:
PassType type;
int components;
- bool filter;
bool exposure;
PassType divide_type;
string name;