tornavis/source/blender/python/generic
Campbell Barton 3ae85a0d8f Fix Python SystemExit exceptions silently exiting
Any script that raised a SystemExit called by --python, --python-expr
command line args or by executing the text block would exit without
printing a message. This caused the error from T99966 to be hidden.

Add explicit handling for SystemExit to ensure the message is always
shown before exiting.

More details noted in code-comments.
2022-07-26 13:21:15 +10:00
..
CMakeLists.txt PyAPI: re-enable the "bgl" module for headless builds 2022-07-16 17:30:17 +10:00
bgl.c PyAPI: re-enable the "bgl" module for headless builds 2022-07-16 17:30:17 +10:00
bgl.h
bl_math_py_api.c
bl_math_py_api.h
blf_py_api.c Cleanup: spelling in comments, use doxygen comments 2022-05-06 17:56:59 +10:00
blf_py_api.h
bpy_threads.c
idprop_py_api.c Cleanup: spelling in comments 2022-05-17 15:34:02 +10:00
idprop_py_api.h
idprop_py_ui_api.c
idprop_py_ui_api.h
imbuf_py_api.c Add documentation about Image/ImBuf to python/RNA API. 2022-05-06 11:11:33 +02:00
imbuf_py_api.h
py_capi_rna.c
py_capi_rna.h
py_capi_utils.c Fix Python SystemExit exceptions silently exiting 2022-07-26 13:21:15 +10:00
py_capi_utils.h
python_utildefines.h