- 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.
This commit is contained in:
2003-07-03 01:42:00 +00:00
parent 1b726ba080
commit dfa7a48407
3 changed files with 91 additions and 3 deletions

View File

@@ -65,4 +65,3 @@ void BPY_copy_scriptlink(struct ScriptLink *scriptlink);
int BPY_call_importloader(char *name);
void init_syspath(void);