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:
authorWillian Padovani Germano <wpgermano@gmail.com>2003-07-03 05:42:00 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2003-07-03 05:42:00 +0400
commitdfa7a48407cd77e49204480337b7e85d49edc594 (patch)
tree4760b3276305f61c73d2f1338b23a2c17bc4c6df /source/blender/python/BPY_extern.h
parent1b726ba0805236f0253c6fc7ac3de24ba88c2cd0 (diff)
- exppython now can import modules contained in Blender Texts:
The Python import function was substituted by our own one (like done in the old bpython) to also check Blender Texts upon importing.
Diffstat (limited to 'source/blender/python/BPY_extern.h')
-rw-r--r--source/blender/python/BPY_extern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/BPY_extern.h b/source/blender/python/BPY_extern.h
index ccf0457aa21..794d8f3b637 100644
--- a/source/blender/python/BPY_extern.h
+++ b/source/blender/python/BPY_extern.h
@@ -65,4 +65,3 @@ void BPY_copy_scriptlink(struct ScriptLink *scriptlink);
int BPY_call_importloader(char *name);
void init_syspath(void);
-