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-26 01:56:06 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-07-26 01:56:06 +0400
commit51f9082c964fda6ba90aa5b503a06f22c5a9ee60 (patch)
tree973f0d301c3e21a8b3bc2501a38ebb727020dcb3 /source/blender/freestyle/SConscript
parentdc385c59ea12ceb32e18baf4da46905327ea1103 (diff)
soc-2008-mxcurioni: added (but did not test) NonTVertex and TVertex classes. All Interface0D structures have been implemented
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 3b7d503ed43..6bbf5c9ca4b 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -72,6 +72,8 @@ python_sources = [
prefix + '/Interface0D/CurvePoint/BPy_StrokeVertex.cpp',
prefix + '/Interface0D/BPy_SVertex.cpp',
prefix + '/Interface0D/BPy_ViewVertex.cpp',
+ prefix + '/Interface0D/ViewVertex/BPy_NonTVertex.cpp',
+ prefix + '/Interface0D/ViewVertex/BPy_TVertex.cpp',
prefix + '/BPy_Interface1D.cpp',
prefix + '/Interface1D/BPy_Curve.cpp',
prefix + '/Interface1D/BPy_FEdge.cpp',