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:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-07-27 17:40:33 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-07-27 17:40:33 +0400
commit362e4f763f7c4c6d61ee75fec0db567f5bbe2a22 (patch)
treeac4ecdeb67d73bac7488ce573ab63253dd975896 /source/blender/freestyle/SConscript
parent2b2df54aefa61e249d21b09c2f6ca0b82be7bed4 (diff)
soc-2008-mxcurioni: implemented and integrated all 21 original stroke shaders.
Diffstat (limited to 'source/blender/freestyle/SConscript')
-rw-r--r--source/blender/freestyle/SConscript21
1 files changed, 21 insertions, 0 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index 3abce0d3ec1..6423cce6593 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -100,6 +100,27 @@ python_sources = [
prefix + '/BPy_SShape.cpp',
prefix + '/BPy_StrokeAttribute.cpp',
prefix + '/BPy_StrokeShader.cpp',
+ prefix + '/StrokeShader/BPy_BackboneStretcherShader.cpp',
+ prefix + '/StrokeShader/BPy_BezierCurveShader.cpp',
+ prefix + '/StrokeShader/BPy_CalligraphicShader.cpp',
+ prefix + '/StrokeShader/BPy_ColorNoiseShader.cpp',
+ prefix + '/StrokeShader/BPy_ColorVariationPatternShader.cpp',
+ prefix + '/StrokeShader/BPy_ConstantColorShader.cpp',
+ prefix + '/StrokeShader/BPy_ConstantThicknessShader.cpp',
+ prefix + '/StrokeShader/BPy_ConstrainedIncreasingThicknessShader.cpp',
+ prefix + '/StrokeShader/BPy_fstreamShader.cpp',
+ prefix + '/StrokeShader/BPy_GuidingLinesShader.cpp',
+ prefix + '/StrokeShader/BPy_IncreasingColorShader.cpp',
+ prefix + '/StrokeShader/BPy_IncreasingThicknessShader.cpp',
+ prefix + '/StrokeShader/BPy_PolygonalizationShader.cpp',
+ prefix + '/StrokeShader/BPy_SamplingShader.cpp',
+ prefix + '/StrokeShader/BPy_SpatialNoiseShader.cpp',
+ prefix + '/StrokeShader/BPy_streamShader.cpp',
+ prefix + '/StrokeShader/BPy_StrokeTextureShader.cpp',
+ prefix + '/StrokeShader/BPy_TextureAssignerShader.cpp',
+ prefix + '/StrokeShader/BPy_ThicknessNoiseShader.cpp',
+ prefix + '/StrokeShader/BPy_ThicknessVariationPatternShader.cpp',
+ prefix + '/StrokeShader/BPy_TipRemoverShader.cpp',
prefix + '/BPy_UnaryFunction0D.cpp',
prefix + '/UnaryFunction0D/BPy_UnaryFunction0DDouble.cpp',
prefix + '/UnaryFunction0D/UnaryFunction0D_double/BPy_Curvature2DAngleF0D.cpp',