soc-2008-mxcurioni: moved Curve to FrsCurve, fixed bugs with some style modules having with strokes without a representation and iterators not being correctly routed. For example, the cartoon style module should work now.

This commit is contained in:
Maxime Curioni
2008-08-01 02:15:25 +00:00
parent 6a6c23ecd8
commit 149f3688a4
17 changed files with 195 additions and 159 deletions

View File

@@ -227,14 +227,11 @@ PyObject * Iterator_isEnd(BPy_Iterator* self) {
return PyBool_from_bool( self->it->isEnd() );
}
//%rename(getObject) Interface0DIterator::operator*
PyObject * Iterator_getObject(BPy_Iterator* self) {
return PyBool_from_bool( self->it->isEnd() );
}
///////////////////////////////////////////////////////////////////////////////////////////
#ifdef __cplusplus