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:
authorJeroen Bakker <j.bakker@atmind.nl>2012-05-18 12:24:31 +0400
committerJeroen Bakker <j.bakker@atmind.nl>2012-05-18 12:24:31 +0400
commit2bdb4607bea2f09eb0f3587795022c2551b59163 (patch)
tree05b0ffbee0a42a30319ecd9597629ff900c8786f
parentdacfa558250ee271f2a73d88781bfb9ce75a2bed (diff)
parent044e818cf89ab8587c8acb7927edd740db3a164d (diff)
TileBranchtile
* clean up commit
-rw-r--r--source/blender/compositor/nodes/COM_BokehBlurNode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/compositor/nodes/COM_BokehBlurNode.cpp b/source/blender/compositor/nodes/COM_BokehBlurNode.cpp
index ad8f628b3c2..c40bcab3ffb 100644
--- a/source/blender/compositor/nodes/COM_BokehBlurNode.cpp
+++ b/source/blender/compositor/nodes/COM_BokehBlurNode.cpp
@@ -42,6 +42,7 @@ void BokehBlurNode::convertToOperations(ExecutionSystem *graph, CompositorContex
converter->setfStop(4.0f);
converter->setCameraObject(camob);
operation->setMaxBlur(16);
+ operation->setQuality(context->getQuality());
this->getInputSocket(0)->relinkConnections(operation->getInputSocket(0), true, 0, graph);
this->getInputSocket(1)->relinkConnections(operation->getInputSocket(1), true, 1, graph);
this->getInputSocket(2)->relinkConnections(converter->getInputSocket(0), true, 2, graph);