* Fixes segfault caused in the Object.getParent function.

Found by Jonathan Thambidurai
* Fixes a scriptlink problem when a script is run using ALT-p.
  Found by Yann Vernier (LoneTech)
* Prints unhandled exceptions. Should fix some memory leaks too.
  Fixed by Yann Verniet (LoneTech)
This commit is contained in:
2003-06-22 18:34:36 +00:00
parent 85f5804333
commit d253eb4b75
4 changed files with 32 additions and 2 deletions

View File

@@ -32,4 +32,5 @@
#include <DNA_ID.h>
void initBlenderApi2_2x (void);
void clearScriptLinks (void);
ScriptLink * setScriptLinks(ID *id, short event);