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:
Diffstat (limited to 'intern/cycles/render/graph.cpp')
-rw-r--r--intern/cycles/render/graph.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/cycles/render/graph.cpp b/intern/cycles/render/graph.cpp
index 3fae5244488..9142eb5308c 100644
--- a/intern/cycles/render/graph.cpp
+++ b/intern/cycles/render/graph.cpp
@@ -614,11 +614,11 @@ void ShaderGraph::refine_bump_nodes()
foreach(NodePair& pair, nodes_dy)
add(pair.second);
- /* connect what is conected is bump to samplecenter input*/
+ /* connect what is connected is bump to samplecenter input*/
connect(out , node->input("SampleCenter"));
/* bump input is just for connectivity purpose for the graph input,
- * we reconected this input to samplecenter, so lets disconnect it
+ * we re-connected this input to samplecenter, so lets disconnect it
* from bump input */
disconnect(bump_input);
}