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-06-19 13:52:52 +0400
committerJeroen Bakker <j.bakker@atmind.nl>2012-06-19 13:52:52 +0400
commitbb7b8bed8af9f15472c1aeb0d2e338c9588ac59c (patch)
treed2cfcb0ea69805ef94067ba76c6ad455a0f46b97 /source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h
parent340489d29fc241ace0d10ccd3a00acd3ce916e13 (diff)
* fixed defocus background blurin...
Diffstat (limited to 'source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h b/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h
index ede8f0333b4..d04bf08405f 100644
--- a/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h
+++ b/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h
@@ -32,6 +32,7 @@ private:
SocketReader *inputProgram;
SocketReader *inputBokehProgram;
SocketReader *inputSizeProgram;
+ SocketReader *inputDepthProgram;
public:
VariableSizeBokehBlurOperation();