soc-2008-mxcurioni: fully implemented (but did not test) Curve class.

This commit is contained in:
Maxime Curioni
2008-07-25 02:18:02 +00:00
parent c0f567e757
commit dc385c59ea
4 changed files with 277 additions and 102 deletions

View File

@@ -73,6 +73,7 @@ python_sources = [
prefix + '/Interface0D/BPy_SVertex.cpp',
prefix + '/Interface0D/BPy_ViewVertex.cpp',
prefix + '/BPy_Interface1D.cpp',
prefix + '/Interface1D/BPy_Curve.cpp',
prefix + '/Interface1D/BPy_FEdge.cpp',
prefix + '/Interface1D/BPy_Stroke.cpp',
prefix + '/Interface1D/BPy_ViewEdge.cpp',