Exppython:
Still compilation problems, wrong type returned in a function.
This commit is contained in:
@@ -131,7 +131,7 @@ struct BezTriple *bezt;
|
||||
bezt = self->ipocurve->bezt + i;
|
||||
PyList_Append( l, BezTriple_CreatePyObject(bezt));
|
||||
}
|
||||
return l;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user