Files
test2/source/blender/editors
Campbell Barton 14b0f20374 Fix T80694: Crash reloading scripts from the Python console
Running `bpy.ops.script.reload()` from Python was crashing
since the operator being called was it's self freed.

Change the reload operator to defer execution - as supporting
re-registration during execution is quite involved for a corner-case.
2020-09-14 17:59:26 +10:00
..
2020-09-09 18:41:07 +02:00
2020-09-13 18:04:46 +10:00