Files
test/source/blender
Campbell Barton e00b7c4ad4 Fix soft-delete hanging on *nix when the command was not found
When execvp() failed to replace the stack, the forked process would
return to Blender's WM_main(..) loop then hang when attempting to draw
the window.

Resolve by calling _exit() when execvp fails.
2024-08-22 17:08:20 +10:00
..
2024-08-20 13:39:27 -04:00
2024-08-22 02:38:46 +02:00
2024-08-21 19:19:38 +10:00