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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-04-13 09:58:52 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-04-13 09:58:52 +0300
commit84c68dcb3fbd172626e2f58a2b2d8f9390520b48 (patch)
tree4837f821adc930a36e4759db5154cc06f017cab0 /intern/cycles/blender
parentc1a27a76cf9f40ab9dabb5888ee535e585444fcd (diff)
Cycles: Minor cleanup, whitespace around keyword and preprocessor indent
Diffstat (limited to 'intern/cycles/blender')
-rw-r--r--intern/cycles/blender/blender_session.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/blender/blender_session.cpp b/intern/cycles/blender/blender_session.cpp
index 7dfe94127e9..fc94393bd60 100644
--- a/intern/cycles/blender/blender_session.cpp
+++ b/intern/cycles/blender/blender_session.cpp
@@ -643,7 +643,7 @@ void BlenderSession::bake(BL::Object& b_object,
bake_pass_filter = BakeManager::shader_type_to_pass_filter(shader_type, bake_pass_filter);
/* force use_light_pass to be true if we bake more than just colors */
- if (bake_pass_filter & ~BAKE_FILTER_COLOR) {
+ if(bake_pass_filter & ~BAKE_FILTER_COLOR) {
Pass::add(PASS_LIGHT, scene->film->passes);
}