== PyConstraints - 2 Fixes ==

* Error print for getSettings was lacking a newline
* When adding a PyConstraint using Ctrl-Alt-C, the script is now queried to find out whether it uses a target.
This commit is contained in:
2007-06-20 09:58:16 +00:00
parent d9b94275c0
commit 8975e34439
2 changed files with 12 additions and 3 deletions

View File

@@ -1478,7 +1478,7 @@ void BPY_pyconstraint_settings(void *arg1, void *arg2)
gval = PyDict_GetItemString(globals, "getSettings");
if (!gval) {
printf("ERROR: no getSettings function in constraint!");
printf("ERROR: no getSettings function in constraint!\n");
/* free temp objects */
ReleaseGlobalDictionary( globals );