tornavis/source/blender/python/intern
Campbell Barton c803ddab29 Fix saving a quit.blend on exit when a file failed to load
When a file passed in from the command line failed to load,
blender would exit & save the quit.blend.

Resolve by adding a `do_user_exit_actions` to WM_exit_ex which is
false in backgrounds mode or when an error has occurred.
2023-05-30 13:37:02 +10:00
..
CMakeLists.txt Image: Use OpenImageIO for loading and saving a variety of image formats 2023-04-12 05:22:26 +02:00
bpy.c Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine") 2023-05-02 09:37:49 +10:00
bpy.h Cleanup: spelling in comments 2022-09-21 12:00:01 +10:00
bpy_app.c ByAPI: add "all" argument to bpy.app.help_text, to show all help text 2023-05-27 17:37:49 +10:00
bpy_app.h
bpy_app_alembic.c Cleanup: spelling in comments 2023-05-24 11:21:18 +10:00
bpy_app_alembic.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
bpy_app_build_options.c Cleanup: spelling in comments 2023-05-24 11:21:18 +10:00
bpy_app_build_options.h
bpy_app_ffmpeg.c Cleanup: spelling in comments 2023-05-24 11:21:18 +10:00
bpy_app_ffmpeg.h
bpy_app_handlers.c Cleanup: spelling in comments 2023-05-24 11:21:18 +10:00
bpy_app_handlers.h
bpy_app_icons.c Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine") 2023-05-02 09:37:49 +10:00
bpy_app_icons.h
bpy_app_ocio.c Cleanup: spelling in comments 2023-05-24 11:21:18 +10:00
bpy_app_ocio.h
bpy_app_oiio.c Cleanup: spelling in comments 2023-05-24 11:21:18 +10:00
bpy_app_oiio.h
bpy_app_opensubdiv.c Cleanup: spelling in comments 2023-05-24 11:21:18 +10:00
bpy_app_opensubdiv.h
bpy_app_openvdb.c Cleanup: spelling in comments 2023-05-24 11:21:18 +10:00
bpy_app_openvdb.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
bpy_app_sdl.c Cleanup: spelling in comments 2023-05-24 11:21:18 +10:00
bpy_app_sdl.h
bpy_app_timers.c Cleanup: PyMethodDef formatting 2022-11-08 11:13:58 +11:00
bpy_app_timers.h
bpy_app_translations.c Cleanup: spelling in comments 2023-05-24 11:21:18 +10:00
bpy_app_translations.h
bpy_app_usd.c Cleanup: spelling in comments 2023-05-24 11:21:18 +10:00
bpy_app_usd.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
bpy_capi_utils.c
bpy_capi_utils.h Cleanup: remove redundant forward declarations for structs 2023-01-18 18:41:13 +11:00
bpy_driver.c Cleanup: use STRNCPY, SNPRINTF macros 2023-05-09 14:08:19 +10:00
bpy_driver.h
bpy_gizmo_wrap.c Cleanup: spelling in comments 2023-05-24 11:21:18 +10:00
bpy_gizmo_wrap.h Cleanup: spelling in comments 2022-11-02 10:18:19 +11:00
bpy_interface.c PyAPI: suppress 'bgl' warning for Blender as a Python module 2023-05-30 11:53:37 +10:00
bpy_interface_atexit.c Fix saving a quit.blend on exit when a file failed to load 2023-05-30 13:37:02 +10:00
bpy_interface_run.c Cleanup: use of the term 'len' & 'maxlen' 2023-05-07 16:46:37 +10:00
bpy_intern_string.c
bpy_intern_string.h
bpy_library.h
bpy_library_load.c Cleanup: use STRNCPY, SNPRINTF macros 2023-05-09 14:08:19 +10:00
bpy_library_write.c Cleanup: use STRNCPY, SNPRINTF macros 2023-05-09 14:08:19 +10:00
bpy_msgbus.c Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine") 2023-05-02 09:37:49 +10:00
bpy_msgbus.h
bpy_operator.c PyAPI: use faster argument parsing for internal bpy.ops call & poll 2023-05-23 14:55:37 +10:00
bpy_operator.h
bpy_operator_wrap.c PyAPI: Operator.bl_property no longer defaults to "type" 2023-05-23 15:38:33 +10:00
bpy_operator_wrap.h Cleanup: spelling in comments 2022-11-02 10:18:19 +11:00
bpy_path.c Cleanup: PyMethodDef formatting 2022-11-08 11:13:58 +11:00
bpy_path.h
bpy_props.c I18n: Add translation contexts to properties declared from Python 2023-05-22 11:41:48 +02:00
bpy_props.h
bpy_rna.c Python API: add bpy.context.property, for property under the mouse cursor 2023-05-26 21:33:26 +02:00
bpy_rna.h Cleanup: move doc-strings into headers, remove duplicates 2023-03-29 14:37:34 +11:00
bpy_rna_anim.c Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine") 2023-05-02 09:37:49 +10:00
bpy_rna_anim.h
bpy_rna_array.c Cleanup: spelling in comments 2023-05-24 11:21:18 +10:00
bpy_rna_callback.c Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine") 2023-05-02 09:37:49 +10:00
bpy_rna_callback.h
bpy_rna_context.c Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine") 2023-05-02 09:37:49 +10:00
bpy_rna_context.h
bpy_rna_data.c Cleanup: unify struct declaration style for Python types, update names 2022-11-07 22:38:32 +11:00
bpy_rna_data.h
bpy_rna_driver.c Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine") 2023-05-02 09:37:49 +10:00
bpy_rna_driver.h Drivers: Introduce the Context Properties 2023-03-06 16:01:47 +01:00
bpy_rna_gizmo.c Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine") 2023-05-02 09:37:49 +10:00
bpy_rna_gizmo.h
bpy_rna_id_collection.c Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine") 2023-05-02 09:37:49 +10:00
bpy_rna_id_collection.h
bpy_rna_operator.c Cleanup: prefer 'arg' over 'params' for sphinx documentation 2022-09-19 14:24:31 +10:00
bpy_rna_operator.h
bpy_rna_text.c Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine") 2023-05-02 09:37:49 +10:00
bpy_rna_text.h
bpy_rna_types_capi.c Fix invalid UTF8 strings being copied into the Python console 2023-05-19 12:49:27 +10:00
bpy_rna_types_capi.h
bpy_rna_ui.c
bpy_rna_ui.h
bpy_traceback.c Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine") 2023-05-02 09:37:49 +10:00
bpy_traceback.h
bpy_utils_previews.c Cleanup: PyMethodDef formatting 2022-11-08 11:13:58 +11:00
bpy_utils_previews.h
bpy_utils_units.c UI: Capitalize "Python" in UI messages, improve a few others 2023-05-14 15:23:43 +02:00
bpy_utils_units.h
stubs.c Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00