Redraws in Rhino Mac Python

Hi All,

How does redraw work on Mac Python scripts?? And how does it fit into the hierarchy of things the program is doing? I can’t seem to get any specific redraw calls to work, and it update the view only until a loop gets far enough along, then skips to the end.

It seems to be worse with scripts that use rs.Command or have a lot of print output. And RhinoApp.Wait doesn’t help either. Are there any workarounds for making Mac redraw the same way that Windows does? Consistency across the platforms for this could be great. Or are there any new ways to force a redraw?

Thanks Thanks.

Please post a Python script that demonstrates the redraw issue you are having.