on second thought its less trouble to make a python script that makes all the getset's in the array, apologies to Alex for suggesting this be dynamic :/

included python script to print out getsets as a comment
This commit is contained in:
2009-05-03 19:47:13 +00:00
parent 8a83aff9f5
commit d85bbb8070
6 changed files with 410 additions and 226 deletions

View File

@@ -1708,9 +1708,6 @@ void exitGamePlayerPythonScripting()
/* since python restarts we cant let the python backup of the sys.path hang around in a global pointer */
restorePySysPath(); /* get back the original sys.path and clear the backup */
/* Modules that need freeing */
Mathutils_Free(NULL);
Py_Finalize();
bpy_import_main_set(NULL);
}