updated pyconstraint template from nathan (cessen) which exposed some

bugs with pyconstraints, also added a missing decref from python (wasnt freeing the return value from the settings 
button).
This commit is contained in:
2007-10-15 15:28:09 +00:00
parent 15ad8e7e66
commit e9c2aa691e
2 changed files with 88 additions and 87 deletions

View File

@@ -1627,6 +1627,7 @@ void BPY_pyconstraint_settings(void *arg1, void *arg2)
/* free temp objects */
Py_XDECREF( idprop );
Py_DECREF( retval );
return;
}
}