- assorted warning fixes (signedness, float->double)

- added decimate,boolean modifier copydata methods
This commit is contained in:
Daniel Dunbar
2005-09-24 16:02:56 +00:00
parent b3f0facfbe
commit 8b7c690a0b
10 changed files with 36 additions and 21 deletions

View File

@@ -460,7 +460,6 @@ PyObject *newBezTriple( PyObject *args)
return EXPP_ReturnPyObjError( PyExc_AttributeError,
"wrong number of points");
{
int i;
if (length == 9)
status = PyArg_ParseTuple( args, "fffffffff",
&numbuf[0],