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:
authorDaniel Dunbar <daniel@zuster.org>2004-05-04 18:27:41 +0400
committerDaniel Dunbar <daniel@zuster.org>2004-05-04 18:27:41 +0400
commitc80ec7b808f41e7d1aa307333d77cfc088313706 (patch)
tree44d78bc75b7e369a1780ebaac43489699ea6a711 /source/blender/python/api2_2x/EXPP_interface.h
parent648c21947c6c115209e5529de6e747e474fd64e2 (diff)
- fix silly scriptlink running code, pulled out convenient
ID_asPyObject and ID_getScriptlinks functions, moved code into BPY_interface.c (where it fit better) - EXPP_interface.c is essentially obselete now - I didn't test this, I'm sure I broke something, if a Pythonista could comment that would be nice (oh and the maintainer too).
Diffstat (limited to 'source/blender/python/api2_2x/EXPP_interface.h')
-rw-r--r--source/blender/python/api2_2x/EXPP_interface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/EXPP_interface.h b/source/blender/python/api2_2x/EXPP_interface.h
index df319510c37..c50e419aa7c 100644
--- a/source/blender/python/api2_2x/EXPP_interface.h
+++ b/source/blender/python/api2_2x/EXPP_interface.h
@@ -34,7 +34,5 @@
struct Script;
void initBlenderApi2_2x (void);
-void clearScriptLinks (void);
-ScriptLink * setScriptLinks(ID *id, short event);
void discardFromBDict (char *key);
void EXPP_Library_Close (void); /* in Library.c, used by BPY_end_python */