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:
authorCampbell Barton <ideasman42@gmail.com>2019-04-18 15:45:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-18 16:00:43 +0300
commitdc8dd24351462e73c5d0260564aad9cd56fd6c33 (patch)
tree1bed91a568c961f5d65ef44e4e8f17c9d9259a27 /source/blender/python/intern/stubs.c
parent6f087be9f97d6e4b8637b297322438cf23491cae (diff)
PyAPI: remove support for importing text blocks as modules
Allowing direct import of text blocks isn't especially useful, instead add `text.as_module()` script authors can do this explicitly if it's needed. Now the text "Register" option executes instead of loading as a module. This removes the need to keep track of the current Main, and C code to override Python's import & reload.
Diffstat (limited to 'source/blender/python/intern/stubs.c')
-rw-r--r--source/blender/python/intern/stubs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/intern/stubs.c b/source/blender/python/intern/stubs.c
index bf068f99722..448751b1155 100644
--- a/source/blender/python/intern/stubs.c
+++ b/source/blender/python/intern/stubs.c
@@ -33,7 +33,6 @@
/* python, will come back */
//void BPY_script_exec(void) {}
//void BPY_python_start(void) {}
-//void BPY_text_free_code(void) {}
void BPY_pyconstraint_exec(struct bPythonConstraint *con,
struct bConstraintOb *cob,
struct ListBase *targets)