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
path: root/intern
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-24 11:15:43 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-24 11:15:43 +0300
commit9c62ac562c3d7c39dc72d456df585fd836ccae2b (patch)
treefbed4c54820d4e250dd1fa468cd6cf4945946269 /intern
parent36683475d14ca5ff3190461ac378ea8b291330e4 (diff)
Cleanup: clang-format
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/render/shader.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/cycles/render/shader.cpp b/intern/cycles/render/shader.cpp
index e777b2e982b..00d9cd5e672 100644
--- a/intern/cycles/render/shader.cpp
+++ b/intern/cycles/render/shader.cpp
@@ -703,7 +703,8 @@ void ShaderManager::get_requested_features(Scene *scene,
requested_features->nodes_features |= NODE_FEATURE_BUMP;
if (shader->displacement_method == DISPLACE_BOTH) {
requested_features->nodes_features |= NODE_FEATURE_BUMP_STATE;
- requested_features->max_nodes_group = max(requested_features->max_nodes_group, NODE_GROUP_LEVEL_1);
+ requested_features->max_nodes_group = max(requested_features->max_nodes_group,
+ NODE_GROUP_LEVEL_1);
}
}
/* On top of volume nodes, also check if we need volume sampling because