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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user