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:
@@ -1627,6 +1627,7 @@ void BPY_pyconstraint_settings(void *arg1, void *arg2)
|
||||
|
||||
/* free temp objects */
|
||||
Py_XDECREF( idprop );
|
||||
Py_DECREF( retval );
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user