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-20 09:01:29 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-07-20 09:01:29 +0400
commitab722884d3684808b17f76ae742ef59dccf4f8e2 (patch)
treeaf1d982347fccef4c3121bd9bc4157716e45f335 /source/blender/freestyle/SConscript
parent16d7d12123d25a353043cefe2c9e4664476224d7 (diff)
soc-2008-mxcurioni: updated support for Nature class.
Diffstat (limited to 'source/blender/freestyle/SConscript')
-rw-r--r--source/blender/freestyle/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index 8e50d0ba5da..bcbd018c011 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -69,13 +69,14 @@ python_sources = [
prefix + '/Interface0D.cpp',
prefix + '/Interface0D/CurvePoint.cpp',
prefix + '/Interface0D/SVertex.cpp',
+ prefix + '/Interface0D/ViewVertex.cpp',
prefix + '/Interface1D.cpp',
prefix + '/Interface1D/FEdge.cpp',
prefix + '/Nature.cpp',
prefix + '/UnaryFunction0D.cpp',
prefix + '/UnaryFunction1D.cpp',
prefix + '/UnaryPredicate0D.cpp',
- prefix + '/UnaryPredicate1D.cpp'
+ prefix + '/UnaryPredicate1D.cpp',
]
sources = system_sources + image_sources + geometry_sources + scene_graph_sources \