Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/generic/bpy_internal_import.h
| Context not available. | |||||
| void bpy_import_init(PyObject *builtins); | void bpy_import_init(PyObject *builtins); | ||||
| PyObject *bpy_text_compile(struct Text *text); | |||||
| PyObject *bpy_text_import(struct Text *text); | PyObject *bpy_text_import(struct Text *text); | ||||
| PyObject *bpy_text_import_name(const char *name, int *found); | PyObject *bpy_text_import_name(const char *name, int *found); | ||||
| PyObject *bpy_text_reimport(PyObject *module, int *found); | PyObject *bpy_text_reimport(PyObject *module, int *found); | ||||
| Context not available. | |||||