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-19 00:31:40 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-07-19 00:31:40 +0400
commit16d7d12123d25a353043cefe2c9e4664476224d7 (patch)
tree9ad3dd87414b797ea2ced88c60d41ba92dd14b4f /source/blender/freestyle/SConscript
parent21674d2db2dbc932fa87699768c1ebb2f61bc941 (diff)
soc-2008-mxcurioni: Added IntegrationType and Nature classes, used to store constants used throughout Freestyle
Diffstat (limited to 'source/blender/freestyle/SConscript')
-rw-r--r--source/blender/freestyle/SConscript8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index 5a7745292a4..8e50d0ba5da 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -65,11 +65,17 @@ python_sources = [
prefix + '/BinaryPredicate0D.cpp',
prefix + '/BinaryPredicate1D.cpp',
prefix + '/Id.cpp',
+ prefix + '/IntegrationType.cpp',
prefix + '/Interface0D.cpp',
prefix + '/Interface0D/CurvePoint.cpp',
prefix + '/Interface0D/SVertex.cpp',
prefix + '/Interface1D.cpp',
- prefix + '/Interface1D/FEdge.cpp'
+ prefix + '/Interface1D/FEdge.cpp',
+ prefix + '/Nature.cpp',
+ prefix + '/UnaryFunction0D.cpp',
+ prefix + '/UnaryFunction1D.cpp',
+ prefix + '/UnaryPredicate0D.cpp',
+ prefix + '/UnaryPredicate1D.cpp'
]
sources = system_sources + image_sources + geometry_sources + scene_graph_sources \