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 00:05:55 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-07-27 00:05:55 +0400
commit5718639a79b51241f348eb241d2379ade06cd787 (patch)
tree068d394ac7ae8927a6e7ad90c9248d89a4b8f25d /source/blender/freestyle/SConscript
parent13364bf2085097a8183c65242b3aba8f7d5c163b (diff)
soc-2008-mxcurioni: implemented (but did not test) ChainPredicateIterator and ChainSilhouetteIterator
Diffstat (limited to 'source/blender/freestyle/SConscript')
-rw-r--r--source/blender/freestyle/SConscript7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index 6bbf5c9ca4b..684c398c8bc 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -65,6 +65,7 @@ python_sources = [
prefix + '/BPy_BBox.cpp',
prefix + '/BPy_BinaryPredicate0D.cpp',
prefix + '/BPy_BinaryPredicate1D.cpp',
+ prefix + '/BPy_FrsMaterial.cpp',
prefix + '/BPy_Id.cpp',
prefix + '/BPy_IntegrationType.cpp',
prefix + '/BPy_Interface0D.cpp',
@@ -76,7 +77,10 @@ python_sources = [
prefix + '/Interface0D/ViewVertex/BPy_TVertex.cpp',
prefix + '/BPy_Interface1D.cpp',
prefix + '/Interface1D/BPy_Curve.cpp',
+ prefix + '/Interface1D/Curve/BPy_Chain.cpp',
prefix + '/Interface1D/BPy_FEdge.cpp',
+ prefix + '/Interface1D/FEdge/BPy_FEdgeSharp.cpp',
+ prefix + '/Interface1D/FEdge/BPy_FEdgeSmooth.cpp',
prefix + '/Interface1D/BPy_Stroke.cpp',
prefix + '/Interface1D/BPy_ViewEdge.cpp',
prefix + '/BPy_Iterator.cpp',
@@ -87,6 +91,9 @@ python_sources = [
prefix + '/Iterator/BPy_SVertexIterator.cpp',
prefix + '/Iterator/BPy_orientedViewEdgeIterator.cpp',
prefix + '/Iterator/BPy_ViewEdgeIterator.cpp',
+ prefix + '/Iterator/BPy_ChainingIterator.cpp',
+ prefix + '/Iterator/BPy_ChainPredicateIterator.cpp',
+ prefix + '/Iterator/BPy_ChainSilhouetteIterator.cpp',
prefix + '/BPy_MediumType.cpp',
prefix + '/BPy_Nature.cpp',
prefix + '/BPy_SShape.cpp',