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-22 12:15:21 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-07-22 12:15:21 +0400
commit48732bf2ab5284316f01babb71aa3e2289f2c0dd (patch)
treee5e1e475029d167a0ada5c5c1dce7d36af69aa02 /source/blender/freestyle/SConscript
parent2c29af6a29725d9905ecfd90f0ea08b4c440a848 (diff)
soc-2008-mxcurioni: filled and tested StrokeVertex class
Diffstat (limited to 'source/blender/freestyle/SConscript')
-rw-r--r--source/blender/freestyle/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index 81749b60b2a..65cafb306e5 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -68,7 +68,7 @@ python_sources = [
prefix + '/IntegrationType.cpp',
prefix + '/Interface0D.cpp',
prefix + '/Interface0D/CurvePoint.cpp',
- # prefix + '/Interface0D/CurvePoint/StrokeVertex.cpp',
+ prefix + '/Interface0D/CurvePoint/StrokeVertex.cpp',
prefix + '/Interface0D/SVertex.cpp',
prefix + '/Interface0D/ViewVertex.cpp',
prefix + '/Interface1D.cpp',