Page MenuHome

Redraw operator (for text editor scripts)
Closed, ArchivedPublicPATCH

Description

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".

Event Timeline

-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.

Agreed with Matt. This is not the right way to do this. Closing this report.

Joshua Leung (aligorith) changed the task status from Unknown Status to Unknown Status.Jan 31 2010, 3:43 AM