This is a simple patch that provides an operator (bpy.ops.wm.redraw ()) that causes the blender screen to update. This allows long running scripts to provide visualization while "baking".
Description
Description
Event Timeline
Comment Actions
-1
redraws aren't supposed to be called directly, rather, it should happen via the notifier system.
Currently the py api doesn't integrate full with listeners, jobs API, etc, the correct solution is to fix this up, but it's probably going to take a while.