Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/intern/bpy_interface.c
| Context not available. | |||||
| /* bpy.app modules that need cleanup */ | /* bpy.app modules that need cleanup */ | ||||
| BPY_app_translations_end(); | BPY_app_translations_end(); | ||||
| /* Release copy of clear sys modules dictionary */ | |||||
| BPy_end_modules(); | |||||
| #ifndef WITH_PYTHON_MODULE | #ifndef WITH_PYTHON_MODULE | ||||
| BPY_atexit_unregister(); /* without this we get recursive calls to WM_exit */ | BPY_atexit_unregister(); /* without this we get recursive calls to WM_exit */ | ||||
| Context not available. | |||||