soc-2008-mxcurioni: Added first batch of Iterators: AdjacencyIterator, Interface0DIterator, CurvePointIterator, StrokeVertexIterator, SVertexIterator, orientedViewEdgeIterator.

This commit is contained in:
Maxime Curioni
2008-07-24 04:48:34 +00:00
parent d1b82d1f15
commit dd899939da
28 changed files with 1326 additions and 715 deletions

View File

@@ -282,7 +282,7 @@ PyObject *Stroke_setTips( BPy_Stroke *self , PyObject *args) {
Py_RETURN_NONE;
}
self->s->setTips( py_b == Py_True );
self->s->setTips( bool_from_PyBool(py_b) );
Py_RETURN_NONE;
}