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 <campbell@blender.org>2022-07-26 05:23:41 +0300
committerCampbell Barton <campbell@blender.org>2022-07-26 06:21:15 +0300
commit3ae85a0d8fc5abebf118c89ec4edff26ea012c52 (patch)
tree3d2003952731b3f05e8cc994932b0e9b2a54dad6 /intern/ghost
parent37ad72ab23785089a65a3291b66a4063d13b0cf3 (diff)
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.
Diffstat (limited to 'intern/ghost')
0 files changed, 0 insertions, 0 deletions