From d253eb4b757ac5f01c01201815cb3db0c7308d33 Mon Sep 17 00:00:00 2001 From: Michel Selten Date: Sun, 22 Jun 2003 18:34:36 +0000 Subject: * 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) --- source/blender/python/api2_2x/EXPP_interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/python/api2_2x/EXPP_interface.h') diff --git a/source/blender/python/api2_2x/EXPP_interface.h b/source/blender/python/api2_2x/EXPP_interface.h index e61e6c2d2dc..6e4ef1f2687 100644 --- a/source/blender/python/api2_2x/EXPP_interface.h +++ b/source/blender/python/api2_2x/EXPP_interface.h @@ -32,4 +32,5 @@ #include void initBlenderApi2_2x (void); +void clearScriptLinks (void); ScriptLink * setScriptLinks(ID *id, short event); -- cgit v1.2.3