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-14 05:32:45 +0400
committerJeroen Bakker <j.bakker@atmind.nl>2012-06-14 05:32:45 +0400
commitcc82653b728408d5e30524549a419fe20fa6a967 (patch)
tree2387c47096e61341e318911b3a401cca62696ef0 /source/blender/compositor/CMakeLists.txt
parentbde7e6c96b9e180b293ee6e49ab813a30fac0635 (diff)
Matched FogGlow with old implementation
Diffstat (limited to 'source/blender/compositor/CMakeLists.txt')
-rw-r--r--source/blender/compositor/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/CMakeLists.txt b/source/blender/compositor/CMakeLists.txt
index bc2aeaefc83..20d110dd2a8 100644
--- a/source/blender/compositor/CMakeLists.txt
+++ b/source/blender/compositor/CMakeLists.txt
@@ -557,8 +557,6 @@ set(SRC
operations/COM_ConvolutionEdgeFilterOperation.cpp
operations/COM_DilateErodeOperation.cpp
operations/COM_DilateErodeOperation.h
- operations/COM_FogGlowImageOperation.cpp
- operations/COM_FogGlowImageOperation.h
operations/COM_GlareThresholdOperation.cpp
operations/COM_GlareThresholdOperation.h
operations/COM_GlareBaseOperation.cpp
@@ -569,6 +567,8 @@ set(SRC
operations/COM_GlareStreaksOperation.h
operations/COM_GlareGhostOperation.cpp
operations/COM_GlareGhostOperation.h
+ operations/COM_GlareFogGlowOperation.cpp
+ operations/COM_GlareFogGlowOperation.h
operations/COM_SetSamplerOperation.cpp
operations/COM_SetSamplerOperation.h