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:
authorJacques Lucke <jacques@blender.org>2020-04-09 13:02:02 +0300
committerJacques Lucke <jacques@blender.org>2020-04-09 13:02:02 +0300
commit55ee66be4d2eaf1bd4556a938c618c77985b4008 (patch)
tree85b445409637fa021c72e096d0d2133fdcf2992a /intern/cycles/render/film.h
parent726cf93f8ad09b49cd6481af2c6ad7d5e51b0c20 (diff)
parentdabd59ba23f877f68aaf73e79f0d58118723d9b7 (diff)
Merge branch 'functions' into builtin-simulation-nodesbuiltin-simulation-nodes
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;