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

@@ -285,8 +285,6 @@ void BPY_end_python( void )
next_script = script->id.next;
free_libblock( &G.main->script, script );
}
Mathutils_Free(NULL);
Py_Finalize( );