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:
authorDalai Felinto <dalai@blender.org>2020-08-26 12:18:41 +0300
committerDalai Felinto <dalai@blender.org>2020-08-26 12:18:41 +0300
commitc44251c7d705015f40d2e73d703c7ae3a99178ba (patch)
tree0d05a110c29a974f638f12f35f1c8ffff14f12f1 /intern/cycles/render/film.cpp
parent0e50b6529cf8b43d4ff7a738bf201e6058ca5ba6 (diff)
parent8ddf8cfa6f3af7e59396986b81e49bd013bf9336 (diff)
Merge remote-tracking branch 'origin/blender-v2.90-release'
Diffstat (limited to 'intern/cycles/render/film.cpp')
-rw-r--r--intern/cycles/render/film.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/render/film.cpp b/intern/cycles/render/film.cpp
index 7072fff4892..2da28222a7f 100644
--- a/intern/cycles/render/film.cpp
+++ b/intern/cycles/render/film.cpp
@@ -253,6 +253,8 @@ void Pass::add(PassType type, vector<Pass> &passes, const char *name)
case PASS_BAKE_PRIMITIVE:
case PASS_BAKE_DIFFERENTIAL:
pass.components = 4;
+ pass.exposure = false;
+ pass.filter = false;
break;
default:
assert(false);