Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Selten <michel@mselten.demon.nl>2003-06-22 22:34:36 +0400
committerMichel Selten <michel@mselten.demon.nl>2003-06-22 22:34:36 +0400
commitd253eb4b757ac5f01c01201815cb3db0c7308d33 (patch)
tree95ff32031d2134ad2260737663e02cc047d9f447 /source/blender/python/api2_2x/EXPP_interface.h
parent85f580433327c6be84e2fcc57a555ae251fb9b8a (diff)
* 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)
Diffstat (limited to 'source/blender/python/api2_2x/EXPP_interface.h')
-rw-r--r--source/blender/python/api2_2x/EXPP_interface.h1
1 files changed, 1 insertions, 0 deletions
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 <DNA_ID.h>
void initBlenderApi2_2x (void);
+void clearScriptLinks (void);
ScriptLink * setScriptLinks(ID *id, short event);