* free bullet-softbody was using free softbody function.
* mistake from own changes to curves, new curves were being added with too low resolution. * removed warnings I added recently
This commit is contained in:
@@ -413,7 +413,7 @@ static void boxPack_ToPyObject(PyObject * value, boxPack **boxarray)
|
||||
|
||||
static PyObject *M_Geometry_BoxPack2D( PyObject * self, PyObject * boxlist )
|
||||
{
|
||||
boxPack *boxarray;
|
||||
boxPack *boxarray = NULL;
|
||||
float tot_width, tot_height;
|
||||
int len;
|
||||
int error;
|
||||
|
||||
Reference in New Issue
Block a user