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 01:47:39 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-07-27 01:47:39 +0400
commit0c64c49d2f930aed4ef310c2331bc3df0932cbe2 (patch)
treee863274f8326a9735dfe03cd5e7c580cd33a08cc /source/blender/freestyle/SConscript
parent5718639a79b51241f348eb241d2379ade06cd787 (diff)
soc-2008-mxcurioni: added (but did not test) ViewMap and Noise classes. Updated ViewShape class accordingly
Diffstat (limited to 'source/blender/freestyle/SConscript')
-rw-r--r--source/blender/freestyle/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index 684c398c8bc..88d4763affa 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -96,6 +96,7 @@ python_sources = [
prefix + '/Iterator/BPy_ChainSilhouetteIterator.cpp',
prefix + '/BPy_MediumType.cpp',
prefix + '/BPy_Nature.cpp',
+ prefix + '/BPy_Noise.cpp',
prefix + '/BPy_SShape.cpp',
prefix + '/BPy_StrokeAttribute.cpp',
prefix + '/BPy_StrokeShader.cpp',
@@ -103,6 +104,7 @@ python_sources = [
prefix + '/BPy_UnaryFunction1D.cpp',
prefix + '/BPy_UnaryPredicate0D.cpp',
prefix + '/BPy_UnaryPredicate1D.cpp',
+ prefix + '/BPy_ViewMap.cpp',
prefix + '/BPy_ViewShape.cpp'
]